andela/team-odd-bn-backend

View on GitHub
src/database/migrations/20191119162259-create-trips.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status