摘要: -- 添加联合唯一索引 alter table b_report_file add unique index nc (`name`, `code`, `org_id`); -- 删除索引 ALTER TABLE b_report_file DROP INDEX nc; 阅读全文
posted @ 2023-06-16 15:48 yikes_ygr 阅读(12) 评论(0) 推荐(0) 编辑