mtgbot/schema/20190115-1.sql
2019-01-15 20:32:32 +08:00

6 lines
136 B
SQL

alter table public.cards
add tcgplayerid int default -1 not null;
alter table public.sets
add tcgplayerid int default -1 not null;