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