This commit is contained in:
777
2026-01-14 19:23:08 +08:00
parent db3412d676
commit a5c7752f63
5 changed files with 13 additions and 11 deletions

View File

@@ -80,7 +80,7 @@ CREATE TABLE `cai_prize_winning_record`
`prize_price` bigint(20) not null default 0 comment '奖品价值估算',
`auto_give` tinyint not null default 0 comment '是否自动兑奖',
`give_status` tinyint not null default 0 comment '奖品兑换情况 0-未兑换 1-已兑换',
`give_remark` varchar(100) not null default 0 comment '兑奖备注说明',
`give_remark` varchar(100) not null comment '兑奖备注说明',
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`)