andela/team-odd-bn-backend

View on GitHub
src/database/migrations/20191203223954-create-notifications.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status