Create
Query
database.db
—
players
guests
players
rank_biases
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into players
tag
Primary key.
TEXT NOT NULL
name
TEXT NOT NULL
level
INTEGER NOT NULL
blacklisted
TEXT NOT NULL (default 'no')
date
TEXT NOT NULL (default '')
ticks
INTEGER NOT NULL (default 0)
email
TEXT NOT NULL (default '')
role
TEXT NOT NULL (default 'member')
Insert
Cancel