增加周六活动统一签到码
This commit is contained in:
parent
0d73067c51
commit
eb4a4b754b
@ -0,0 +1,7 @@
|
||||
CREATE TABLE `ufutx_regulare_activity_member_logs` (
|
||||
`id` bigint(20) PRIMARY KEY NOT NULL AUTO_INCREMENT,
|
||||
`user_id` integer NOT NULL COMMENT "用户id",
|
||||
`activity_id` integer NOT NULL COMMENT "活动id",
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='周六活动签到记录';
|
Loading…
Reference in New Issue
Block a user