force recreate table when changing autoincrement flag

This commit is contained in:
Jan Prochazka
2024-11-19 10:06:49 +01:00
parent 274fb595a2
commit b0012872fa
6 changed files with 28 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ const dialect = {
createColumn: true,
dropColumn: true,
changeColumn: true,
changeAutoIncrement: true,
createIndex: true,
dropIndex: true,
anonymousPrimaryKey: true,