We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
1 parent 1640376 commit 3810a2fCopy full SHA for 3810a2f
src/storage/sequelize.ts
@@ -151,8 +151,8 @@ export class SequelizeStorage implements UmzugStorage {
151
tableName: this.tableName,
152
schema: this.schema,
153
timestamps: this.timestamps,
154
- charset: hasCharsetAndCollate ? 'utf8' : null,
155
- collate: hasCharsetAndCollate ? 'utf8_unicode_ci' : null,
+ charset: hasCharsetAndCollate ? 'utf8' : undefined,
+ collate: hasCharsetAndCollate ? 'utf8_unicode_ci' : undefined,
156
},
157
) as ModelClassType
158
}
0 commit comments