Migrations / Manual schema changes

Sequelize has a sister library for handling execution and logging of migration tasks.Sequelize provides a list of ways to programmatically create or change a table schema.

addColumn

removeColumn

removeIndex

removeConstraint