We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b14a8 commit c8bb58dCopy full SHA for c8bb58d
migrations/V80__store_game_outcomes.sql
@@ -0,0 +1,4 @@
1
+ALTER TABLE game_player_stats
2
+ ADD COLUMN result ENUM(
3
+ 'VICTORY', 'DEFEAT', 'DRAW', 'MUTUAL_DRAW', 'UNKNOWN', 'CONFLICTING'
4
+ ) default 'UNKNOWN';
0 commit comments