sqlite-web 0.7.2
bobifantasy.db
scores
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 scores
matchday_id
INTEGER NOT NULL
manager_id
INTEGER NOT NULL
player_id
INTEGER NOT NULL
base_points
REAL NOT NULL (default 0)
bonus_points
REAL NOT NULL (default 0)
total_points
REAL NOT NULL (default 0)
breakdown
TEXT
calculated_at
TEXT (default datetime('now'))
Insert
Cancel