/** Supported Postgres data types. */ export type PgType = | 'TEXT' | 'TEXT[]' | 'INTEGER' | 'INTEGER[]' | 'BOOLEAN' | 'TIMESTAMPTZ';