sqlite-web 0.7.2
bobifantasy.db
players
Create
Query
__drizzle_migrations
competitions
draft_bids
draft_tokens
drafts
manager_budgets
managers
matchdays
matches
player_stats
players
scores
sqlite_sequence
standings
team_selections
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into players
competition_id
INTEGER NOT NULL
external_id
TEXT
name
TEXT NOT NULL
club
TEXT NOT NULL
club_external_id
TEXT
position
TEXT NOT NULL
price
REAL NOT NULL (default 5)
is_active
INTEGER NOT NULL (default true)
last_synced_at
TEXT
Insert
Cancel