© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•6mo ago•
2 replies
xianping chen

MCP can't modify name of table?

● Update Todos
  ⎿  ☐ Rename 'application' table to 'applications'
     ☐ Rename 'note' table to 'notes'

● I can help you rename the tables to use plural naming. I'll rename application to applications and note to notes.

● Update Todos
  ⎿  ☐ Rename 'application' table to 'applications'
     ☐ Rename 'note' table to 'notes'

● supabase - apply_migration (MCP)(name: "rename_application_to_applications", query: "ALTER TABLE application RENAME TO
                                  applications;")
  ⎿  Error: {"error":{"name":"Error","message":"Cannot apply migration in read-only mode."}}
● Update Todos
  ⎿  ☐ Rename 'application' table to 'applications'
     ☐ Rename 'note' table to 'notes'

● I can help you rename the tables to use plural naming. I'll rename application to applications and note to notes.

● Update Todos
  ⎿  ☐ Rename 'application' table to 'applications'
     ☐ Rename 'note' table to 'notes'

● supabase - apply_migration (MCP)(name: "rename_application_to_applications", query: "ALTER TABLE application RENAME TO
                                  applications;")
  ⎿  Error: {"error":{"name":"Error","message":"Cannot apply migration in read-only mode."}}

I want to let MCP on Claude code to modify the table name but why show read only??
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

ERROR: must be owner of table "name"
SupabaseSSupabase / help-and-questions
3y ago
Can't find my table
SupabaseSSupabase / help-and-questions
6mo ago
Alias for table name
SupabaseSSupabase / help-and-questions
7mo ago
Can't use the MCP in Claude Code
SupabaseSSupabase / help-and-questions
5mo ago