sequelizer
sequelizer copied to clipboard
Models should be generated with the option timstamps: false if there are no timestamps in raw database
Yes had to add timestamps: false
to everything as they have their own date/timestamp columns like LAST_UPDATED and CREATED_ON.
Maybe this is more related to sequelize_auto however?