HHH-15293 BYTES column type in CockroachDB does not support a length specification

This commit is contained in:
Karel Maesen 2022-05-21 17:55:46 +02:00 committed by Christian Beikov
parent 566a543d77
commit e05b99658f
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ public class CockroachDialect extends Dialect {
case BINARY:
case VARBINARY:
return "bytes($l)";
case BLOB:
return "bytes";