Instalation user table fix
This commit is contained in:
parent
c8ae3cede3
commit
daa0759544
@ -141,7 +141,7 @@ CREATE TABLE `users` (
|
|||||||
`username` varchar(255) NOT NULL,
|
`username` varchar(255) NOT NULL,
|
||||||
`password` varchar(255) NOT NULL,
|
`password` varchar(255) NOT NULL,
|
||||||
`startPage` int(11) NOT NULL,
|
`startPage` int(11) NOT NULL,
|
||||||
`at_home` varchar(255) NOT NULL
|
`at_home` varchar(255) NOT NULL DEFAULT 'false'
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user