- Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Right now, a domain created as a data type defined in pg_catalog returns the name of the base type. No problem there, since:
create domain mydomain as int;will be shown in OpenAPI as an integer. The problem starts when the domain is created as a custom type or as another domain. Then, postgrest-openapi treats it as a string instead of the schema defined by the base type.
Metadata
Metadata
Assignees
Labels
No labels