UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

3 lines (2 loc) 127 B
import type { RunnerOption } from '../runner'; export declare function getMigrationTableSchema(options: RunnerOption): string;