Skip to content

Commit 93596a0

Browse files
committed
fix(columns): identity_generation missing default
1 parent bc7aacb commit 93596a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/columns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const addColumnSqlize = ({
108108
default_value,
109109
default_value_format = 'literal',
110110
is_identity = false,
111-
identity_generation,
111+
identity_generation = 'BY DEFAULT',
112112
is_nullable = true,
113113
is_primary_key = false,
114114
is_unique = false,

0 commit comments

Comments
 (0)