diff --git a/1724398072_create_table_regular_activity_member_logs.up.sql b/1724398072_create_table_regular_activity_member_logs.up.sql index 21a3d21..122c2e8 100644 --- a/1724398072_create_table_regular_activity_member_logs.up.sql +++ b/1724398072_create_table_regular_activity_member_logs.up.sql @@ -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",