创建时间默认null

pull/22/head
xuyuxiang 2021-01-05 14:37:31 +08:00
parent 1ce0c305be
commit 087e0a978c
1 changed files with 1 additions and 1 deletions

View File

@ -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 '更新人',