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
Rename Column
Column
Select column
category_id (TEXT)
title (TEXT)
town_square_channel_id (TEXT)
nominations_channel_id (TEXT)
guild_id (TEXT)
storyteller_id (TEXT)
is_active (INTEGER)
is_teensy (INTEGER)
private_room_limit (INTEGER)
group_room_limit (INTEGER)
neighbor_whisper_limit (INTEGER)
day_length (REAL)
night_length (REAL)
auto_start (INTEGER)
allow_conditional_voting (INTEGER)
current_cycle_start_time (TEXT)
current_day (INTEGER)
current_night (INTEGER)
voting_window (REAL)
groups_should_decrement_room_count (INTEGER)
private_voting (INTEGER)
allow_room_history_command (INTEGER)
Rename to
Note: new name cannot conflict with any existing column names.
Rename column
Cancel