Corrected user_settings column size.
This commit is contained in:
parent
e8d9e49cfd
commit
b1b6b5f62a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ CREATE TABLE `ea_roles` (
|
||||||
`services` int(4) DEFAULT NULL,
|
`services` int(4) DEFAULT NULL,
|
||||||
`users` int(4) DEFAULT NULL,
|
`users` int(4) DEFAULT NULL,
|
||||||
`system_settings` int(4) DEFAULT NULL,
|
`system_settings` int(4) DEFAULT NULL,
|
||||||
`user_settings` int(11) DEFAULT NULL
|
`user_settings` int(4) DEFAULT NULL
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
CREATE TABLE `ea_secretaries_providers` (
|
CREATE TABLE `ea_secretaries_providers` (
|
||||||
|
|
Loading…
Reference in a new issue