Skip to content

Commit ba87e47

Browse files
committed
feat: Use separate default and max length for Snowflake VARCHAR
1 parent c9950e6 commit ba87e47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Definition/Snowflake.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class Snowflake extends Common
106106
self::TYPE_GEOMETRY,
107107
self::TYPE_VECTOR,
108108
];
109+
public const DEFAULT_VARCHAR_LENGTH = 16777216;
109110
public const MAX_VARCHAR_LENGTH = 134217728;
110111
public const MAX_VARBINARY_LENGTH = 8388608;
111112

0 commit comments

Comments
 (0)