mtgbot/schema/20190122-1.sql

9 lines
149 B
MySQL
Raw Permalink Normal View History

2019-01-22 09:42:18 +00:00
alter table card_price
add id uuid default uuid_generate_v4() not null;
alter table card_price
add constraint card_price_pk
primary key (id);