Is there a way to force a text field to be certain values?

I want a certain column to be one of three values, “Entered”, “Committed”, and “Withdrawn”. Is there a way to do that at the DB level with drizzle?
1 Reply
Angelelz
Angelelz2mo ago
Take a look at database enum.

Did you find this page helpful?