增加周六活动统一签到码

This commit is contained in:
Hankin 2024-08-23 15:41:07 +08:00
parent 0d73067c51
commit eb4a4b754b

View File

@ -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='周六活动签到记录';