S
Supabase2mo ago
Sim

Why cant I edit my own tables in sql editor

ERROR: 42501: must be owner of table objects ERROR: 42501: must be owner of table objects
2 Replies
garyaustin
garyaustin2mo ago
What tables are you trying to edit? You have access to the public schema and your own custom schema. You likely don't have ownership of other schemas, especially supabase ones.
Sim
SimOP2mo ago
Its a table I made, im the only user on the supabase I figured out another way so its fine, thanks

Did you find this page helpful?