增加周六活动统一签到表

This commit is contained in:
Hankin 2024-08-23 15:45:02 +08:00
parent 4c4c99aa72
commit e58f65a13f

View File

@ -1,4 +1,4 @@
CREATE TABLE `ufutx_regulare_activity_member_logs` (
CREATE TABLE `ufutx_regular_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",