why was this not commited

This commit is contained in:
Basique Evangelist 2021-10-17 14:47:04 +03:00
parent b454b09878
commit dc879e2984
Signed by untrusted user: BasiqueEvangelist
GPG Key ID: B370219149301706

View File

@ -25,6 +25,7 @@ DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`userid` bigint(20) NOT NULL,
`username` varchar(45) DEFAULT NULL,
`cooldowndate` timestamp NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`userid`)
);