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