Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
poll_options
7 rows · 5 columns · keyed by id
The choices in each poll. An open poll keeps its share NULL until it closes, so the tally cannot steer the vote.
| Edit | id PKTEXT | poll_idTEXT | labelTEXT | shareINTEGER | wonINTEGER |
|---|---|---|---|---|---|
| p1-o1 | p1 | Dune: Part Two | NULL | NULL | |
| p1-o2 | p1 | Blade Runner 2049 | NULL | NULL | |
| p1-o3 | p1 | Challengers | NULL | NULL | |
| p2-left | p2 | Furiosa | NULL | NULL | |
| p2-right | p2 | The Fall Guy | NULL | NULL | |
| p3-r1 | p3 | Winnie the Pooh: Blood and Honey | 65 | 1 | |
| p3-r2 | p3 | The Exorcist: Believer | 35 | 0 |
Nothing in poll_options yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in poll_options contains it. Try part of a word, or search every column.
Rows 1–7 of 7
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 | poll_idTEXT | labelTEXT | shareINTEGER | wonINTEGER |
|---|---|---|---|---|---|
| id | poll_id | label | share | won |