db_init_index_script.sql 213 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 -- 表 product_plan -- 唯一索引 company_id,org_id,batch_number create unique index idx_product_plan_company_id_org_id_batch_number on manufacture.product_plan using btree (company_id,org_id,batch_number);