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);