© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
4 replies
Otang

Is it possible to rename a joined table?

For example:

seasons(
  id,
  name,
  programs(
    id,
    name
  )
)
seasons(
  id,
  name,
  programs(
    id,
    name
  )
)


Season belongs to program, it's a 1 to many relationship. So I want to rename this relation from 'programs' to 'program'
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

[Resolved] Rename a joined table inside a .select() ?
SupabaseSSupabase / help-and-questions
4y ago
How to count a joined foreign table?
SupabaseSSupabase / help-and-questions
4y ago
Is it possible to Query-join a table and storage ?
SupabaseSSupabase / help-and-questions
3y ago
Is it possible to access protected tables?
SupabaseSSupabase / help-and-questions
4y ago