From 087e0a978c7e6d1c397c2fa7ac5f598d0a50056a Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Tue, 5 Jan 2021 14:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E9=BB=98?= =?UTF-8?q?=E8=AE=A4null?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sql/xiaonuo-vue-pub.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sql/xiaonuo-vue-pub.sql b/_sql/xiaonuo-vue-pub.sql index 61cf6ae2..fb390722 100644 --- a/_sql/xiaonuo-vue-pub.sql +++ b/_sql/xiaonuo-vue-pub.sql @@ -897,7 +897,7 @@ CREATE TABLE `sys_sms` ( `status` tinyint(4) NOT NULL COMMENT '发送状态(字典 0 未发送,1 发送成功,2 发送失败,3 失效)', `source` tinyint(4) NOT NULL COMMENT '来源(字典 1 app, 2 pc, 3 其他)', `invalid_time` datetime DEFAULT NULL COMMENT '失效时间', - `create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', + `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_user` bigint(20) DEFAULT NULL COMMENT '创建人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `update_user` bigint(20) DEFAULT NULL COMMENT '更新人',