UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

10 lines (7 loc) 447 B
import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js'; import { N as Name, T as Type } from '../../generalTypes-BlKhVJMl.js'; import '../../logger.js'; import '../../utils/createTransformer.js'; type SetTypeAttribute = (typeName: Name, attributeName: string, attributeType: Type) => string; declare function setTypeAttribute(mOptions: MigrationOptions): SetTypeAttribute; export { type SetTypeAttribute, setTypeAttribute };