UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

8 lines (7 loc) 174 B
import type { Value } from '../generalTypes'; export interface DomainOptions { default?: Value; notNull?: boolean; check?: string; constraintName?: string; }