You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu=# \dT+ "AllergyIntoleranceClinicalStatus"
List of data types
-[ RECORD 1 ]-----+-----------------------------------
Schema | public
Name | "AllergyIntoleranceClinicalStatus"
Internal name | AllergyIntoleranceClinicalStatus
Size | 4
Elements | active +
| inactive +
| resolved
Owner | postgres
Access privileges |
Description |
For some reason it correctly identifies a categorical field but doesn't fetch the values.
Describe the bug
Hi team, love your work. It's very close to saving us a lot of time - we're just running into a small issue.
We generate enums in Postgres with Prisma. You can see the type in
information_schema.columns
below.To Reproduce
The values exist in psql:
Expected behavior
We would expect the imported schema file to look like
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: