I'm trying to configure my Table Editor to display a human-readable value from a referenced table instead of showing the raw UUID in foreign key columns.
Setup:
Table: products
Column: company (type: UUID)
Foreign Key: products.company → companies.uuid
Referenced table companies has a company_name (TEXT) column
What I want:
When viewing the products table in Table Editor, I want the company column to display the company_name value from the referenced companies row, instead of showing the UUID.
What I've tried:
Editing the column settings - only see Name, Description, Type, Default Value, and Constraints
Editing the FK relationship - only see column mapping and referential actions (ON UPDATE/ON DELETE)
Looking for table-level "display column" or "row label" settings