backend/migrations/20200727140242-benchmarks.js
Showing 1 of 1 total issue
Function up
has 46 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
up: (queryInterface, Sequelize) => { return queryInterface.createTable('Benchmarks', { CssrID: { type: Sequelize.DataTypes.INTEGER, allowNull: false,