数据 同步

This commit is contained in:
2025-04-07 18:08:11 +08:00
parent 1eafd54536
commit bc171691ff
25 changed files with 446 additions and 10 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `tb_prod_cons_relation`
DROP COLUMN `id`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`shop_id`, `product_id`, `cons_info_id`) USING BTREE;