mtgbot/schema/20190115-1.sql

6 lines
136 B
MySQL
Raw Permalink Normal View History

2019-01-15 12:32:32 +00:00
alter table public.cards
add tcgplayerid int default -1 not null;
alter table public.sets
add tcgplayerid int default -1 not null;