Add correct foil flags
This commit is contained in:
parent
07e8277a00
commit
bd581e1c60
|
@ -19,7 +19,8 @@ CREATE TABLE IF NOT EXISTS CardPrinting (
|
||||||
Name VARCHAR(150) NOT NULL,
|
Name VARCHAR(150) NOT NULL,
|
||||||
SetCode VARCHAR(6) NOT NULL,
|
SetCode VARCHAR(6) NOT NULL,
|
||||||
FOREIGN KEY (SetCode) REFERENCES ExpansionSet(SetCode),
|
FOREIGN KEY (SetCode) REFERENCES ExpansionSet(SetCode),
|
||||||
IsFoil BOOLEAN NOT NULL,
|
HasNonFoil BOOLEAN NOT NULL,
|
||||||
|
HasFoil BOOLEAN NOT NULL,
|
||||||
IsReserved BOOLEAN NOT NULL,
|
IsReserved BOOLEAN NOT NULL,
|
||||||
IsRacist BOOLEAN NOT NULL,
|
IsRacist BOOLEAN NOT NULL,
|
||||||
IsPromo BOOLEAN NOT NULL,
|
IsPromo BOOLEAN NOT NULL,
|
||||||
|
|
Loading…
Reference in New Issue