UNPKG

@lorefnon/ts-pg-migrate

Version:

Type-safe Postgresql database migration management tool for node.js

6 lines (5 loc) 280 B
import { MigrationOptions } from '../types'; import { CreateCast, DropCast } from './castsTypes'; export { CreateCast, DropCast }; export declare function dropCast(_mOptions: MigrationOptions): DropCast; export declare function createCast(mOptions: MigrationOptions): CreateCast;