Skip to content

Commit fd33c4c

Browse files
committed
docs(tables): clarify TTL epoch-second storage
1 parent c99a841 commit fd33c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Every column has a type, which decides how its values are stored and validated.
2424
| **Currency** | An amount in a currency you pick per column | `$1,234.56` |
2525
| **Boolean** | `true` or `false` | `true` |
2626
| **Date** | A date | `2026-03-16` |
27-
| **TTL** | A row expiration date, stored as Unix epoch seconds | `2026-03-16 2:30 PM` |
27+
| **TTL** | 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` |
3030

0 commit comments

Comments
 (0)