Enum
# help
v
Enum
How I can define Enum?
there is user-defined enum thing here
s
@User I was wondering the same thing a while back and asked, read this: https://discord.com/channels/839993398554656828/843999948717555735/874709321190092821
v
I see, thank you
h
an example for people who are looking here!
Copy code
sql
CREATE TYPE public.event_type AS ENUM ('MESSAGE_CREATED');
v
I wonder why there isn't UI to create enum
h
Cause its a new feature! I believe they sent a tweet out recently accouncing it
and it aint too hard in SQL 😛
v
yea, im new to sql and supabase so...
i spent like 15 minutes to find where to define enum
then i just give up
👀
yea i know how to do it rn
but 2 - 3 days ago i didnt know where to define it