© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
S
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
Join
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
[Resolved] Rename a joined table inside a .select() ?
S
Supabase / help-and-questions
4y ago
How to count a joined foreign table?
S
Supabase / help-and-questions
4y ago
Is it possible to Query-join a table and storage ?
S
Supabase / help-and-questions
3y ago
Is it possible to access protected tables?
S
Supabase / help-and-questions
4y ago