UNPKG

@riao/dbal

Version:
9 lines (8 loc) 224 B
import { Migration } from './migration'; /** * Create a migration table to track current-state */ export declare class CreateMigrationTable extends Migration { up(): Promise<void>; down(): Promise<void>; }