diff --git a/1724398072_create_table_regular_activity_member_logs.up.sql b/1724398072_create_table_regular_activity_member_logs.up.sql index c524ec8..21a3d21 100644 --- a/1724398072_create_table_regular_activity_member_logs.up.sql +++ b/1724398072_create_table_regular_activity_member_logs.up.sql @@ -4,4 +4,4 @@ CREATE TABLE `ufutx_regulare_activity_member_logs` ( `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='周六活动签到记录'; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='周六活动签到记录';