We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ac8b8 commit 4ed344cCopy full SHA for 4ed344c
lulichat.sql
@@ -106,6 +106,7 @@ CREATE TABLE `user` (
106
`sign` varchar(200) DEFAULT NULL COMMENT '签名',
107
`avatar` varchar(200) DEFAULT NULL COMMENT '头像',
108
`status` varchar(20) DEFAULT NULL COMMENT '在线状态',
109
+ `create_time datatime DEFAULT NULL COMMENT '创建时间'
110
PRIMARY KEY (`id`)
111
) ENGINE=InnoDB AUTO_INCREMENT=102 DEFAULT CHARSET=utf8 COMMENT='用户表';
112
0 commit comments