Skip to content

Home > extract-pg-schema > InformationSchemaDomain > collation_schema

InformationSchemaDomain.collation_schema property

Name of the schema containing the collation of the domain, null if default or the data type of the domain is not collatable

Signature:

typescript
collation_schema: string | null;