player_factions
1 row where faction = "Marquise de Cat" and player = "alex"
This data as json, CSV (advanced)
Link | rowid ▼ | player | faction | game_id | won | victory_points | dominance |
---|---|---|---|---|---|---|---|
3 | 3 | alex | Marquise de Cat | 1613926800 1 | 0 | 27 | 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 );