change column WIP

This commit is contained in:
Jan Prochazka
2021-09-09 08:11:17 +02:00
parent f572c05a32
commit 3776c00377
6 changed files with 10 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ export interface SqlDialect {
createColumn?: boolean;
dropColumn?: boolean;
changeColumn?: boolean;
createIndex?: boolean;
dropIndex?: boolean;
createForeignKey?: boolean;