UNPKG

sequelize-typescript-mysql-migration

Version:
3 lines (2 loc) 161 B
export declare const genCreateTableCommand: (tableName: string, columns: {}) => string; export declare const genDropTableCommand: (tableName: string) => string;