Fixup user_is_moderator default.
This commit is contained in:
parent
0ea258e6af
commit
440fce9bfe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ CREATE TABLE extra
|
|||
(
|
||||
username varchar(100) NOT NULL,
|
||||
user_lastvisit int(10) unsigned NOT NULL DEFAULT '0',
|
||||
user_is_moderator bit(1) NOT NULL DEFAULT '0',
|
||||
user_is_moderator bit(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (username)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue