enum data types in the visual builder
https://stackoverflow.com/questions/73399168/how-can-i-create-an-enum-column-in-supabase
hey - wanted to create a column with an enum value in the visual builder. thought it wasn’t possible until i came across this update from a supabase engineer.
is there anything i need to do to get access / enable this feature or is this just me misunderstanding something
hey - wanted to create a column with an enum value in the visual builder. thought it wasn’t possible until i came across this update from a supabase engineer.
is there anything i need to do to get access / enable this feature or is this just me misunderstanding something

Stack Overflow
I want to create an enum column in a Supabase table. Supabase uses Postgres under the hood, so I understand that technically it is possible if I do it manually using SQL. But is there any way I can...