alter table tb_safety_commitment add constraint uk_mac_vendor unique (company_code,promise_date);
postgresql数据添加两个字段联合唯一
最新推荐文章于 2025-05-15 21:30:07 发布
alter table tb_safety_commitment add constraint uk_mac_vendor unique (company_code,promise_date);