migrations/20150818114216-create-message.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: function(queryInterface, Sequelize) {
    return queryInterface.createTable('Messages', {
      id: {
        allowNull: false,
        autoIncrement: true,
Severity: Minor
Found in migrations/20150818114216-create-message.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status