sqlite-web 0.7.2
bobifantasy.db
standings
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 standings
competition_id
INTEGER NOT NULL
manager_id
INTEGER NOT NULL
total_points
REAL NOT NULL (default 0)
matchdays_played
INTEGER NOT NULL (default 0)
rank
INTEGER
updated_at
TEXT (default datetime('now'))
Insert
Cancel