mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Missing DefineOptions.rowFormat property
Added missing property `rowFormat` to `DefineOptions` type.
This commit is contained in:
5
types/sequelize/index.d.ts
vendored
5
types/sequelize/index.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user