UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

3 lines (2 loc) 183 B
import type { PartitionOptions } from '../operations/tables'; export declare function formatPartitionColumns(partition: PartitionOptions, literal: (value: string) => string): string;