UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

11 lines (8 loc) 560 B
import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js'; import { I as IfExistsOption, N as Name } from '../../generalTypes-BlKhVJMl.js'; import '../../logger.js'; import '../../utils/createTransformer.js'; type DropTypeAttributeOptions = IfExistsOption; type DropTypeAttribute = (typeName: Name, attributeName: string, dropOptions?: DropTypeAttributeOptions) => string; declare function dropTypeAttribute(mOptions: MigrationOptions): DropTypeAttribute; export { type DropTypeAttribute, type DropTypeAttributeOptions, dropTypeAttribute };