fix database schema to allow for 6-suit decks
This commit is contained in:
parent
63a073a1f7
commit
632bf3c0cc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ CREATE TABLE seeds (
|
|||
seed TEXT NOT NULL PRIMARY KEY,
|
||||
num_players SMALLINT NOT NULL,
|
||||
variant_id SMALLINT NOT NULL,
|
||||
deck VARCHAR(60) NOT NULL,
|
||||
deck VARCHAR(62) NOT NULL,
|
||||
feasible BOOLEAN DEFAULT NULL,
|
||||
max_score_theoretical SMALLINT
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue