alter table WIP

This commit is contained in:
Jan Prochazka
2021-09-16 09:31:10 +02:00
parent ce85f8f94d
commit 185699cb51
8 changed files with 48 additions and 15 deletions

View File

@@ -21,6 +21,8 @@ const dialect = {
quoteIdentifier(s) {
return `[${s}]`;
},
anonymousPrimaryKey: true,
disableExplicitTransaction: true,
createColumn: true,
dropColumn: true,