Home > extract-pg-schema > InformationSchemaColumn > collation_catalog
InformationSchemaColumn.collation_catalog property
Name of the database containing the collation of the column (always the current database), null if default or the data type of the column is not collatable
Signature:
typescript
collation_catalog: string | null;