herpaderpaldent/seat-groups

View on GitHub
src/database/migrations/2018_02_11_144653_initial_deployment.php

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        Schema::create('seatgroups', function ($table) {
           $table->increments('id')->index();
           $table->string('name');
Severity: Minor
Found in src/database/migrations/2018_02_11_144653_initial_deployment.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status