Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
notifications
6 rows · 6 columns · keyed by id
What the bell has to say. `is_read` turns to 1 when you open one.
| Edit | id PKTEXT | kindTEXT | titleTEXT | bodyTEXT | receivedTEXT | is_readINTEGER |
|---|---|---|---|---|---|---|
| n1 | chat | SarahConnor mentioned you | "…you have to see the Dune sequel before Sunday" | 12m ago | 0 | |
| n2 | library | Shōgun · Season 1 finished downloading | All 10 episodes are on the server in 1080p. | 1h ago | 0 | |
| n3 | trivia | You finished 12th in Live Trivia | 450 points — NeonRider won the round with 4,250. | 3h ago | 0 | |
| n4 | library | Your request for Furiosa was approved | MikeT approved it; it is queued for download. | 1d ago | 1 | |
| n5 | system | Scheduled maintenance complete | Playback starts faster, and transcodes no longer queue. | 1d ago | 1 | |
| n6 | chat | Jinx invited you to a watch party | Blade Runner 2049 — the room is open. | 3d ago | 1 |
Nothing in notifications yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in notifications contains it. Try part of a word, or search every column.
Rows 1–6 of 6
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 | bodyTEXT | receivedTEXT | is_readINTEGER |
|---|---|---|---|---|---|---|
| id | kind | title | body | received | is_read |