From 8e7d1125412555a3a548f346e1adc7c316be5564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=99=E5=A4=A9?= Date: Wed, 10 Jan 2024 04:06:33 +0000 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=A5=E5=85=85=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E8=AF=AD=E5=8F=A5=E5=A2=9E=E5=8A=A0create=5Ftime?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曙天 --- message.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/message.sql b/message.sql index cb8d73e..719e2b8 100644 --- a/message.sql +++ b/message.sql @@ -101,4 +101,7 @@ INSERT INTO `user` VALUES (4, '一个好人', 'https://img0.baidu.com/it/u=20851 INSERT INTO `user` VALUES (5, '江湖救急', 'https://img1.baidu.com/it/u=742348601,1159540008&fm=26&fmt=auto', '5555'); COMMIT; +ALTER TABLE message.`user` ADD create_time datetime NULL COMMENT '创建时间'; +COMMIT; + SET FOREIGN_KEY_CHECKS = 1; -- Gitee