create table test ( id bigint not null, name varchar(20) default null, ts timestamp not null default current_timestamp, primary ...
This adds support to Sequelize for MySQL’s TIMESTAMP data type. Specifically, it allows you to use TIMESTAMP for basic storage ...