202404 足球入场逻辑
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
DROP TABLE IF EXISTS `sv_member_lesson_ticket_invite`;
|
||||
CREATE TABLE `sv_member_lesson_ticket_invite` (
|
||||
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`owner_id` tinyint(4) NOT NULL DEFAULT '1' COMMENT '场馆类型',
|
||||
`owner_id` int(11) NOT NULL DEFAULT '1' COMMENT '场馆类型',
|
||||
`member_id` int(11) NOT NULL,
|
||||
`status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '状态:0-未选中 1-已选中',
|
||||
`platform_id` int(11) NOT NULL COMMENT '平台来源ID',
|
||||
|
||||
Reference in New Issue
Block a user