From 6fb8015c1465455c7da7b1ed296ed137330f0c47 Mon Sep 17 00:00:00 2001 From: tg130 Date: Wed, 14 Aug 2024 18:00:12 +0800 Subject: [PATCH] 1 --- 1723629486_create_ufutx_s2_user_data_logs.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1723629486_create_ufutx_s2_user_data_logs.up.sql b/1723629486_create_ufutx_s2_user_data_logs.up.sql index a5efa7c..24582f7 100644 --- a/1723629486_create_ufutx_s2_user_data_logs.up.sql +++ b/1723629486_create_ufutx_s2_user_data_logs.up.sql @@ -5,4 +5,4 @@ CREATE TABLE `ufutx_s2_user_data_logs` ( `message` varchar(512) NOT NULL COMMENT '变更摘要', `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=' 用户身份变更日志表'; \ No newline at end of file