Database
Every table this install keeps, row by row. Read anything; change a row only when you mean to.
roles
5 rows · 6 columns · keyed by id
The roles on this server — the ones Sidecarr ships and any you make. Roles reads this table.
| Edit | id PKTEXT | labelTEXT | is_systemINTEGER | is_ownerINTEGER | hueTEXT | blurbTEXT |
|---|---|---|---|---|---|---|
| owner | Owner | 1 | 1 | accent | Everything, including billing and the danger zone. The last owner cannot be demoted or removed. | |
| admin | Admin | 1 | 0 | violet | Runs the server day to day: members, invites, requests, streams and the changelog. No billing. | |
| moderator | Moderator | 1 | 0 | blue | Keeps an eye on what is playing and what has been asked for. Cannot change who is on the server. | |
| host | Games host | 0 | 0 | emerald | A custom role: runs trivia nights and watch parties, and nothing else. | |
| member | Member | 1 | 0 | slate | Watches, requests, plays and posts. The role everyone starts with. |
Nothing in roles yetNo row has been written to this table. It fills as the server writes to it.
No row matches thatNothing in roles contains it. Try part of a word, or search every column.
Rows 1–5 of 5
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 | is_systemINTEGER | is_ownerINTEGER | hueTEXT | blurbTEXT |
|---|---|---|---|---|---|---|
| id | label | is_system | is_owner | hue | blurb |