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