Changed language to language_id
parent
0cd93b4a3d
commit
21e2883156
|
@ -18,7 +18,7 @@ CREATE TABLE `users` (
|
|||
`avatar_url` varchar(255) DEFAULT NULL,
|
||||
`location` varchar(20) DEFAULT NULL,
|
||||
`description` varchar(255) DEFAULT NULL,
|
||||
`language` tinyint(4) DEFAULT 0,
|
||||
`language_id` tinyint(4) DEFAULT 0,
|
||||
`cash` int(11) DEFAULT 0,
|
||||
`posts` int(11) DEFAULT 0,
|
||||
`followers` int(11) DEFAULT 0,
|
||||
|
|
Loading…
Reference in New Issue