Added points to users scheme
parent
ec8de61412
commit
508bfd6524
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue