Kruhlmann/gatekeeper

View on GitHub
migrations/1577927863800_create-quiz.js

Summary

Maintainability
A
0 mins
Test Coverage

Function up has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

exports.up = (pgm) => {
    pgm.createTable("quizs", {
        id: {
            type: "uuid",
            default: pgm.func("uuid_generate_v4()"),
Severity: Minor
Found in migrations/1577927863800_create-quiz.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status