GladysProject/Gladys

View on GitHub
server/migrations/20190205063641-create-user.js

Summary

Maintainability
A
3 hrs
Test Coverage

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

  up: async (queryInterface, Sequelize) => {
    await queryInterface.createTable('t_user', {
      id: {
        allowNull: false,
        primaryKey: true,
Severity: Major
Found in server/migrations/20190205063641-create-user.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status