goose_db_version table, TIMESTAMP type is used for tstamp field.
In MySQL, the TIMESTAMP type is affected by the year 2038 problem and causes malfunctions.
https://dev.mysql.com/doc/refman/8.0/en/datetime.html
For MySQL, we recommend using the DATETIME type for tstamp fields.
goose_db_versiontable, TIMESTAMP type is used fortstampfield.In MySQL, the TIMESTAMP type is affected by the year 2038 problem and causes malfunctions.
https://dev.mysql.com/doc/refman/8.0/en/datetime.html
For MySQL, we recommend using the DATETIME type for
tstampfields.