dead-brownD
Refine2y ago
3 replies
dead-brown

Relation table supabase api call

I have a table named lot, and a table named components
In lot table, I have a field name component_id which is foreign key map to components table
How can I get components table data when getting lot data in list page for lot?
Was this page helpful?