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
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.
Its a table I made, im the only user on the supabase
I figured out another way so its fine, thanks