This commit is contained in:
songliang 2023-06-25 16:58:15 +08:00
parent ea39d8ede6
commit 96e1d87ba9

View File

@ -41,8 +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',