Skip to content

Commit 45e5b27

Browse files
committed
docs(tables): defer reference column documentation
1 parent 9bf5563 commit 45e5b27

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ Every column has a type, which decides how its values are stored and validated.
2727
| **Expiration** | An absolute row expiration time, stored as Unix epoch seconds (seconds since January 1, 1970 UTC) | `1773671400` |
2828
| **JSON** | An object or array | `{ "tier": "pro" }` |
2929
| **Select** | One of a fixed set of options, or several | `Pro` |
30-
| **Reference** | A row ID from another table in your workspace | `row_123` |
3130

32-
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+
Types are enforced as you enter values, so a Number column only takes numbers.
3332

3433
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.
3534

0 commit comments

Comments
 (0)