Thanks. I need to edit an existing table though. Was hoping to do that through the UI as the postgres user in pgadmin4 doesn't have enough rights (and somehow assigning those rights per https://github.com/supabase/supabase/discussions/4825 doesnt work)
c
chipilov
01/27/2022, 1:28 PM
You can still do that via the Supabase dashboard
chipilov
01/27/2022, 1:28 PM
the SQL editor in the Dashboard runs with the same user as the UI for the table editor
chipilov
01/27/2022, 1:29 PM
if you want to add a new column, you just need to use ALTER TABLE ... ADD COLUMN