andela/team-odd-bn-backend

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function up has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  up: (queryInterface, Sequelize) => {
    return queryInterface.createTable('userProfile', {
      id: {
        allowNull: false,
        autoIncrement: true,
Severity: Major
Found in src/database/migrations/20191115165558-create-user-profile.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status