why TF does timestamp only go to exactly 2038-01-19 03:14:07????

This commit is contained in:
Ean Milligan (Bastion) 2023-04-29 09:33:43 -04:00
parent ac714ea1ce
commit efc3aa3b7c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ await dbClient.execute(`
channelId bigint unsigned NOT NULL,
guildId bigint unsigned NOT NULL,
ownerId bigint unsigned NOT NULL,
eventTime timestamp NOT NULL,
eventTime datetime NOT NULL,
notifiedFlag tinyint(1) NOT NULL DEFAULT 0,
lockedFlag tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (messageId, channelId)