backend/migrations/20201201145802-satisfactionSurvey.js
Showing 1 of 1 total issue
Function up
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
up: (queryInterface, Sequelize) => { return Promise.all([ queryInterface.createTable('SatisfactionSurvey', { ID: { type: Sequelize.INTEGER,