提交 fa263eb6 编写于 作者: 7 710leo

fix sql

上级 bddd93cd
......@@ -17,8 +17,8 @@ CREATE TABLE `user`
`portrait` varchar(2048) not null default '',
`intro` varchar(2048) not null default '',
`organization` varchar(255) not null default '',
`typ` tinyint(1) not null default 1 comment '0: temporary account; 1: long-term account'
`status` tinyint(1) not null default 1 comment '0: disabled; 1: active 2: inactive'
`typ` tinyint(1) not null default 0 comment '0: long-term account; 1: temporary account',
`status` tinyint(1) not null default 0 comment '0: active; 1: inactive 2: disable',
`is_root` tinyint(1) not null,
`leader_id` int unsigned not null default 0,
`leader_name` varchar(32) not null default '',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册