diff --git a/types/sequelize/index.d.ts b/types/sequelize/index.d.ts index dc8614cb68..5d1131684c 100644 --- a/types/sequelize/index.d.ts +++ b/types/sequelize/index.d.ts @@ -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. */