philippebeck/nens

View on GitHub
model/ProjectModel.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (Sequelize, DataTypes) => {
  const ProjectModel = Sequelize.define("Projects", {
    id: {
      type: DataTypes.SMALLINT.UNSIGNED,
      primaryKey: true,
Severity: Minor
Found in model/ProjectModel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status