Skip to content

Commit def0976

Browse files
committed
docs(tables): document reference columns
1 parent 35d9c8c commit def0976

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/docs/content/docs/en/tables/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Every column has a type, which decides how its values are stored and validated.
2626
| **Date** | A date | `2026-03-16` |
2727
| **JSON** | An object or array | `{ "tier": "pro" }` |
2828
| **Select** | One of a fixed set of options, or several | `Pro` |
29+
| **Reference** | A row ID from another table in your workspace | `row_123` |
2930

30-
Types are enforced as you enter values, so a Number column only takes numbers.
31+
Types are enforced as you enter values, so a Number column only takes numbers. A Reference column is intentionally different for now: it stores the row ID as plain text without checking that the row exists in the selected table.
3132

3233
A Currency column stores a plain number and renders it in the currency you choose for that column, so filters, sorts, and exports all see the amount itself. Changing a column's currency relabels it — it does not convert the amounts.
3334

0 commit comments

Comments
 (0)