src/database/migrations/20201103203921-create-house.js
Showing 0 of 1 total issue
Function up
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
up: async (queryInterface, Sequelize) => { await queryInterface.createTable('Houses', { id: { allowNull: false, autoIncrement: true,