Example of enum: ```sql create type status as enum ('PENDING', 'DONE'); ``` Here's the error message on filter: ``` (generated query): Query execution problem (backend said 'ERROR: collations are not supported by type .... Position: 46') ```
Example of enum:
Here's the error message on filter: