From dc879e2984958a9fcea1f222e8335299e0b0b1cf Mon Sep 17 00:00:00 2001 From: Basique Evangelist Date: Sun, 17 Oct 2021 14:47:04 +0300 Subject: [PATCH] why was this not commited --- karma.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/karma.sql b/karma.sql index 22cd05d..1689bbe 100644 --- a/karma.sql +++ b/karma.sql @@ -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`) );