Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
polls
3 rows · 6 columns · keyed by id
Every poll and bracket on the server. Their choices are in poll_options.
| Edit | id PKTEXT | kindTEXT | titleTEXT | statusTEXT | endsTEXT | created_byTEXT |
|---|---|---|---|---|---|---|
| p1 | standard | Best sci-fi movie of the decade? | open | Ends in 2 days | AdminDave | |
| p2 | bracket | Best action of 2024 | running | Round 3 of 4 | NULL | |
| p3 | closed | Worst movie of 2023? | closed | Ended yesterday | MikeT |
Nothing in polls yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in polls contains it. Try part of a word, or search every column.
Rows 1–3 of 3
Changes you made to this table are kept in this browser until there is a server.
Run a query
Ran.
The query matched nothingIt ran, and no row answered it. Loosen the WHERE, or check the value's spelling and case.
| columnTEXT | columnTEXT | columnTEXT |
|---|---|---|
| value | NULL | Hidden |
| Edit | id PKTEXT | kindTEXT | titleTEXT | statusTEXT | endsTEXT | created_byTEXT |
|---|---|---|---|---|---|---|
| id | kind | title | status | ends | created_by |