ashbressler
12/13/2021, 11:59 PMjason-lynx
12/14/2021, 6:18 AMpostgres
user i believe? to make changes to a table, you could assign table ownership to this user by going to the supabase SQL editor and executing ALTER TABLE public.your_table OWNER TO postgres;
or similar
https://stackoverflow.com/questions/31824658/how-to-change-the-ownership-of-a-table-in-database/31869945ashbressler
12/14/2021, 12:25 PMjason-lynx
12/15/2021, 2:02 AMsupabase_admin
, but postgres
should be enough for most cases.ashbressler
12/15/2021, 2:30 PM