Skip to content

Home > extract-pg-schema > InformationSchemaColumn > collation_name

InformationSchemaColumn.collation_name property

Name of the collation of the column, null if default or the data type of the column is not collatable

Signature:

typescript
collation_name: string | null;