After sequelize-cli added the foreign key of model, how to Synchronize to the database?

the model, created by sequelize-cli modifies the foreign key associate hasMany and other relationships, how to Synchronize this foreign key relationship to the database?

Menu