UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

11 lines (8 loc) 525 B
import { T as Type } from '../generalTypes-BlKhVJMl.js'; import { a as ColumnDefinitions, C as ColumnDefinition } from '../migrationOptions-BgtOZlq1.js'; import { FunctionParamType } from '../operations/functions/shared.js'; import '../logger.js'; import './createTransformer.js'; declare function applyTypeAdapters(type: string): string; declare function applyType(type: Readonly<Type>, extendingTypeShorthands?: Readonly<ColumnDefinitions>): ColumnDefinition & FunctionParamType; export { applyType, applyTypeAdapters };