默认值

This commit is contained in:
zyx0814
2024-03-28 21:10:02 +08:00
Unverified
parent b1cad18759
commit 2b87d09055

View File

@@ -1805,11 +1805,11 @@ CREATE TABLE `dzz_user` (
`adminid` tinyint(1) NOT NULL DEFAULT '0',
`groupid` smallint(6) UNSIGNED NOT NULL DEFAULT '9',
`language` varchar(12) NOT NULL DEFAULT 'zh-cn' COMMENT '语言',
`regip` char(15) NOT NULL,
`regip` char(15) NOT NULL NOT NULL DEFAULT '',
`regdate` int(10) UNSIGNED NOT NULL DEFAULT '0',
`secques` char(8) NOT NULL DEFAULT '',
`salt` char(6) NOT NULL DEFAULT '',
`authstr` char(30) NOT NULL,
`authstr` char(30) NOT NULL DEFAULT '',
`newprompt` smallint(6) UNSIGNED NOT NULL DEFAULT '0' COMMENT '消息数',
`timeoffset` char(4) NOT NULL DEFAULT '9999',
`grid` smallint(6) NOT NULL DEFAULT '0',