herpaderpaldent/seat-groups

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

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

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
    Category
    Status