Add correct foil flags

This commit is contained in:
The Magician 2024-05-21 15:17:00 +01:00
parent 07e8277a00
commit bd581e1c60
1 changed files with 2 additions and 1 deletions

View File

@ -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,