处理问题

This commit is contained in:
wanggeng 2021-08-18 17:04:37 +08:00
parent 876708be30
commit dd612e0c67

View File

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