Skip to content

Commit

Permalink
Update README to clarify case sensitivity of enum values in supadart.…
Browse files Browse the repository at this point in the history
…yaml for PostgreSQL
  • Loading branch information
mmvergara committed Dec 20, 2024
1 parent e27c0fd commit 0920fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ CREATE TABLE enum_types (
);
```

In the supadart.yaml you need to specify the enums
**IMPORTANT:** In the supadart.yaml you need to specify the enums additionaly enum values are case-sensitive in postgres, so you need to specify them as they are in the database

```yaml
enums:
Expand Down

0 comments on commit 0920fe7

Please sign in to comment.