GladysProject/Gladys

View on GitHub
server/migrations/20190211044205-create-script.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: async (queryInterface, Sequelize) => {
    await queryInterface.createTable('t_script', {
      id: {
        allowNull: false,
        primaryKey: true,
Severity: Minor
Found in server/migrations/20190211044205-create-script.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status