insert data into table with foreign key constraint sequelize code example
Example: sequelize create record with foreign key constraint
Project.belongsTo(User, {foreignKey: 'user_id'})
Project.belongsTo(User, {foreignKey: 'user_id'})