From 05b6745035f0fe79b8d08b4c555e339ca46ec25a Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Wed, 7 Aug 2024 15:25:03 +0800 Subject: [PATCH] =?UTF-8?q?8.18=E5=8F=B7=E5=A4=A7=E4=BC=9A=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E4=B8=B4=E6=97=B6=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1723015307_create_table_ufutx_app_temp_sign.up.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1723015307_create_table_ufutx_app_temp_sign.up.sql diff --git a/1723015307_create_table_ufutx_app_temp_sign.up.sql b/1723015307_create_table_ufutx_app_temp_sign.up.sql new file mode 100644 index 0000000..32f38f3 --- /dev/null +++ b/1723015307_create_table_ufutx_app_temp_sign.up.sql @@ -0,0 +1,8 @@ +CREATE TABLE `ufutx_app_temp_sign` +( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `user_id` int(11) NOT NULL COMMENT '用户id', + `created_at` timestamp NULL DEFAULT NULL COMMENT '创建时间', + `updated_at` timestamp NULL DEFAULT NULL COMMENT '更新时间', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='app8.18大会签到临时表'; \ No newline at end of file