You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/tables/index.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,9 @@ Every column has a type, which decides how its values are stored and validated.
26
26
|**Date**| A date |`2026-03-16`|
27
27
|**JSON**| An object or array |`{ "tier": "pro" }`|
28
28
|**Select**| One of a fixed set of options, or several |`Pro`|
29
+
|**Reference**| A row ID from another table in your workspace |`row_123`|
29
30
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.
31
32
32
33
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.
0 commit comments