ContainerHQ/arkis-api

View on GitHub
migrations/20150604151434-create-profiles-migration.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: function (queryInterface, DataTypes) {
    return queryInterface.createTable('Profiles', {
      id: {
        type: DataTypes.INTEGER,
        primaryKey: true,
Severity: Minor
Found in migrations/20150604151434-create-profiles-migration.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status