There was an error while loading. Please reload this page.
1 parent c99a841 commit fd33c4cCopy full SHA for fd33c4c
1 file changed
apps/docs/content/docs/en/tables/index.mdx
@@ -24,7 +24,7 @@ Every column has a type, which decides how its values are stored and validated.
24
| **Currency** | An amount in a currency you pick per column | `$1,234.56` |
25
| **Boolean** | `true` or `false` | `true` |
26
| **Date** | A date | `2026-03-16` |
27
-| **TTL** | A row expiration date, stored as Unix epoch seconds | `2026-03-16 2:30 PM` |
+| **TTL** | An absolute row expiration time, stored as Unix epoch seconds (seconds since January 1, 1970 UTC) | `1773671400` |
28
| **JSON** | An object or array | `{ "tier": "pro" }` |
29
| **Select** | One of a fixed set of options, or several | `Pro` |
30
0 commit comments