Skip to content

Type of the 'tstamp' field in the 'goose_db_version' table (Y2K38) #432

@yamakazoo

Description

@yamakazoo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions