Adding new column to existing table
It has been awhile since I have touched my supabase DB
. I am using drizzle ORM with it. I have a table
I need to add a new column for
I need to add a new column for
sport and then backfill all the current records. In the past I remember adding the column in supabase's UI and that causing issues and don't want to go about that again