sqlite-web 0.7.2
db.sqlite
game
Create
Query
game
nomination
player
player_in_room
player_room_count
private_room
voter
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into game
category_id
Primary key.
TEXT
title
TEXT NOT NULL
town_square_channel_id
TEXT
nominations_channel_id
TEXT
guild_id
TEXT NOT NULL
storyteller_id
TEXT NOT NULL
is_active
INTEGER NOT NULL
is_teensy
INTEGER NOT NULL
private_room_limit
INTEGER NOT NULL
group_room_limit
INTEGER NOT NULL
neighbor_whisper_limit
INTEGER NOT NULL
day_length
REAL NOT NULL
night_length
REAL NOT NULL
auto_start
INTEGER NOT NULL
allow_conditional_voting
INTEGER NOT NULL
current_cycle_start_time
TEXT
current_day
INTEGER NOT NULL
current_night
INTEGER NOT NULL
voting_window
REAL NOT NULL
groups_should_decrement_room_count
INTEGER NOT NULL
private_voting
INTEGER NOT NULL
allow_room_history_command
INTEGER NOT NULL
Insert
Cancel