https://supabase.com/ logo
#help
Title
# help
k

Kilian

01/27/2022, 1:27 PM
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
the SQL editor in the Dashboard runs with the same user as the UI for the table editor
if you want to add a new column, you just need to use ALTER TABLE ... ADD COLUMN
k

Kilian

01/27/2022, 1:31 PM
Thanks!
That worked, thanks @User