HHH-15293 BYTES column type in CockroachDB does not support a length specification
This commit is contained in:
parent
566a543d77
commit
e05b99658f
|
@ -127,7 +127,6 @@ public class CockroachDialect extends Dialect {
|
|||
|
||||
case BINARY:
|
||||
case VARBINARY:
|
||||
return "bytes($l)";
|
||||
case BLOB:
|
||||
return "bytes";
|
||||
|
||||
|
|
Loading…
Reference in New Issue