`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, Note, the date/time may be different between the PHP ...
This adds support to Sequelize for MySQL’s TIMESTAMP data type. Specifically, it allows you to use TIMESTAMP for basic storage of an absolute date/time. It works with Sequelize 3.x and pre-release ...