forest-cli
Version:
The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.
9 lines • 420 B
TypeScript
export = MysqlTableConstraintsGetter;
declare function MysqlTableConstraintsGetter(databaseConnection: any): void;
declare class MysqlTableConstraintsGetter {
constructor(databaseConnection: any);
convertToUniqueIndexArray: (constraints: any) => any[];
applyUniqueIndexArray: (constraints: any) => any;
perform: (table: any) => Promise<any>;
}
//# sourceMappingURL=mysql-table-constraints-getter.d.ts.map