GladysProject/Gladys

View on GitHub
server/migrations/20210726050004-add-jobs-table.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  up: async (queryInterface, Sequelize) => {
    await queryInterface.createTable('t_job', {
      id: {
        allowNull: false,
        primaryKey: true,
Severity: Minor
Found in server/migrations/20210726050004-add-jobs-table.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status