Added points to users scheme

master
Alex 2021-08-07 08:50:04 +02:00
parent ec8de61412
commit 508bfd6524
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ CREATE TABLE `users` (
`description` varchar(255) DEFAULT NULL,
`language_id` tinyint(4) DEFAULT 0,
`cash` int(11) DEFAULT 0,
'points' int(11) DEFAULT 0,
`posts` int(11) DEFAULT 0,
`followers` int(11) DEFAULT 0,
`following` int(11) DEFAULT 0,