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?
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?
