new field for online status of users
new short structure describing online users
This commit is contained in:
@@ -8,5 +8,6 @@ CREATE TABLE IF NOT EXISTS `users` (
|
||||
`username` varchar(255) NOT NULL,
|
||||
`key` varchar(255) NOT NULL,
|
||||
`date` bigint UNSIGNED NOT NULL,
|
||||
`status` int NOT NULL,
|
||||
PRIMARY KEY( `userid` )
|
||||
);
|
||||
Reference in New Issue
Block a user