Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
tiers
3 rows · 7 columns · keyed by id
What a member gets for what they pay you. NULL in a limit means unlimited.
| Edit | id PKTEXT | labelTEXT | priceTEXT | is_defaultINTEGER | request_limitINTEGER | ai_runsINTEGER | party_limitINTEGER |
|---|---|---|---|---|---|---|---|
| free | Free | Free | 0 | 3 | 5 | 1 | |
| pro | Pro | £3 a month | 1 | 20 | 100 | 5 | |
| lifetime | Lifetime | £40 once | 0 | NULL | NULL | NULL |
Nothing in tiers yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in tiers 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 | labelTEXT | priceTEXT | is_defaultINTEGER | request_limitINTEGER | ai_runsINTEGER | party_limitINTEGER |
|---|---|---|---|---|---|---|---|
| id | label | price | is_default | request_limit | ai_runs | party_limit |