UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

7 lines 321 B
export = TableConstraintsGetter; declare function TableConstraintsGetter(databaseConnection: any, schema: any): void; declare class TableConstraintsGetter { constructor(databaseConnection: any, schema: any); perform: (table: any) => Promise<any>; } //# sourceMappingURL=sequelize-table-constraints-getter.d.ts.map