Skip to content

Commit c8bb58d

Browse files
AskaholicBrutus5000
authored andcommitted
Add column for game outcome (#208)
1 parent 77b14a8 commit c8bb58d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)