segunolalive/helloBooks

View on GitHub
server/migrations/20170821170952-create migration for book table.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up(queryInterface, Sequelize) {
    return queryInterface.createTable('Books', {
      id: {
        allowNull: false,
        autoIncrement: true,
Severity: Minor
Found in server/migrations/20170821170952-create migration for book table.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status