mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-01-06 11:27:54 -05:00
why TF does timestamp only go to exactly 2038-01-19 03:14:07????
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user