This commit is contained in:
songliang 2023-07-12 21:26:19 +08:00
parent fa73e1f0a6
commit 1f48fa1ed3

View File

@ -41,7 +41,7 @@ CREATE TABLE `t_shop_dailyselection` (
PRIMARY KEY (`idx`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8;
ßCREATE TABLE `t_shop_free_record` (
CREATE TABLE `t_shop_free_record` (
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
`account_id` varchar(60) NOT NULL COMMENT '账号id',
`shop_id` int(11) NOT NULL COMMENT '商店id',