andela/codepirates-ah-backend

View on GitHub
src/migrations/20190822010033-create-app-notification.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: (queryInterface, Sequelize) => {
    return queryInterface.createTable('AppNotifications', {
      id: {
        allowNull: false,
        autoIncrement: true,
Severity: Minor
Found in src/migrations/20190822010033-create-app-notification.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status