mysql change column to not null

This commit is contained in:
Jan Prochazka
2024-11-18 14:56:59 +01:00
parent 2ae98d0c2d
commit c0c9c7be20
6 changed files with 20 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ const dialect = {
filteredIndexes: true,
dropReferencesWhenDropTable: true,
namedDefaultConstraint: true,
columnProperties: {
isSparse: true,