why TF does timestamp only go to exactly 2038-01-19 03:14:07????
This commit is contained in:
parent
ac714ea1ce
commit
efc3aa3b7c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue