docs/tables/fields.mdx
A table is a set of fields, and each row of data is a record.
| Type | Use it for | Why not just text |
|---|---|---|
| Text | Names, notes, IDs, anything freeform | |
| Number | Amounts, counts, scores | So you can sort and compare properly |
| Date | Birthdays, due dates, calendar days | So "before" and "after" mean something |
| Date & Time | Timestamps, appointments | So the time of day survives |
| Dropdown | A fixed set of options | So values stay consistent and typos can't creep in |
Three ways in:
You can rename a table, add and delete fields, delete records, or clear a table entirely.
<Warning> Deleting a field removes its data from every record in the table. There's no undo. </Warning>