ncutixavier/find-home

View on GitHub
src/database/migrations/20200926103852-create-user.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Function up has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

up: async (queryInterface, Sequelize) => {
await queryInterface.createTable('Users', {
id: {
allowNull: false,
autoIncrement: true,
Severity: Minor
Found in src/database/migrations/20200926103852-create-user.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status