Changed language to language_id

master
Alex 2021-06-25 21:44:43 +02:00
parent 0cd93b4a3d
commit 21e2883156
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ CREATE TABLE `users` (
`avatar_url` varchar(255) DEFAULT NULL, `avatar_url` varchar(255) DEFAULT NULL,
`location` varchar(20) DEFAULT NULL, `location` varchar(20) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL,
`language` tinyint(4) DEFAULT 0, `language_id` tinyint(4) DEFAULT 0,
`cash` int(11) DEFAULT 0, `cash` int(11) DEFAULT 0,
`posts` int(11) DEFAULT 0, `posts` int(11) DEFAULT 0,
`followers` int(11) DEFAULT 0, `followers` int(11) DEFAULT 0,