mirror of
https://github.com/Jetsparrow/karmabot.git
synced 2026-01-21 00:56:09 +03:00
why was this not commited
This commit is contained in:
parent
b454b09878
commit
dc879e2984
@ -25,6 +25,7 @@ DROP TABLE IF EXISTS `user`;
|
|||||||
CREATE TABLE `user` (
|
CREATE TABLE `user` (
|
||||||
`userid` bigint(20) NOT NULL,
|
`userid` bigint(20) NOT NULL,
|
||||||
`username` varchar(45) DEFAULT NULL,
|
`username` varchar(45) DEFAULT NULL,
|
||||||
|
`cooldowndate` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||||
PRIMARY KEY (`userid`)
|
PRIMARY KEY (`userid`)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user