Missing DefineOptions.rowFormat property

Added missing property `rowFormat` to `DefineOptions` type.
This commit is contained in:
monmon
2019-02-12 07:54:41 +09:00
parent 21cd41db1a
commit eba1d96e47

View File

@@ -5274,6 +5274,11 @@ declare namespace sequelize {
collate?: string;
/**
* Specify the ROW_FORMAT for use with the MySQL InnoDB engine.
*/
rowFormat?: string;
/**
* Set the initial AUTO_INCREMENT value for the table in MySQL.
*/