export interface IMigrationState { revision?: number; version?: number; tables: {}; }