SupabaseS
Supabase4y ago
Mx

Change Display Value For Foreign Key?

There are two tables, Backpacks, and Attributes
Inside Backpacks there is a column with a foreign key called Core the relation is : Core -> Attributes.id

Is it possible to NOT show the ID in the table, but instead show the content of Attributes.Name?

Screenshots for reference below
image.png
image.png
Was this page helpful?