6 lines
136 B
MySQL
6 lines
136 B
MySQL
|
alter table public.cards
|
||
|
add tcgplayerid int default -1 not null;
|
||
|
|
||
|
alter table public.sets
|
||
|
add tcgplayerid int default -1 not null;
|