处理问题

This commit is contained in:
wanggeng 2021-08-18 17:05:14 +08:00
parent dd612e0c67
commit a78907a2bb

View File

@ -40,7 +40,7 @@
KEY `app_id` (`app_id`) USING BTREE,
KEY `open_id` (`open_id`) USING BTREE,
KEY `user_id` (`user_id`) USING BTREE,
KEY `user_code` (`user_code`) USING BTREE,
KEY `user_code` (`user_code`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='小程序用户';
</update>