player_factions
1 row where faction = "Marquise de Cat", player = "lauren" and won = 0
This data as json, CSV (advanced)
Link | rowid ▼ | player | faction | game_id | won | victory_points | dominance |
---|---|---|---|---|---|---|---|
15 | 15 | lauren | Marquise de Cat | 1615143600 4 | 0 | 19 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE player_factions( player TEXT REFERENCES players(name), faction TEXT REFERENCES factions(name), game_id INTEGER REFERENCES games(id), won INTEGER, victory_points INTEGER, dominance INTEGER );