UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

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