UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

11 lines (8 loc) 215 B
import { V as Value } from '../../generalTypes-BlKhVJMl.js'; interface DomainOptions { default?: Value; notNull?: boolean; check?: string; constraintName?: string; } export type { DomainOptions };