UNPKG

@smallprod/models

Version:
8 lines (7 loc) 195 B
import MigrationType from './migrationtype'; export default class DropTable extends MigrationType { constructor(tableName: string); formatQuery: () => { query: string[]; }; }