Skip to content

Commit

Permalink
HHH-15293 BYTES column type in CockroachDB does not support a length …
Browse files Browse the repository at this point in the history
…specification
  • Loading branch information
maesenka authored and beikov committed May 23, 2022
1 parent 566a543 commit e05b996
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -127,7 +127,6 @@ protected String columnType(int sqlTypeCode) {

case BINARY:
case VARBINARY:
return "bytes($l)";
case BLOB:
return "bytes";

Expand Down

0 comments on commit e05b996

Please sign in to comment.