UNPKG

sequelize-typescript-model-migration

Version:

Migration tool for sequelize-typescript

5 lines (4 loc) 367 B
export declare const genAddForeignKeyCommand: (tableName: string, key: any) => string; export declare const genAddForeignKeysCommands: (tableName: string, keys: any) => string[]; export declare const genRemoveForeignKeyCommand: (tableName: string, key: string) => string; export declare const genRemoveForeignKeysCommands: (tableName: string, keys: any) => string[];