Flamov/steamchat-website

View on GitHub
database/migrations/2017_06_23_080705_create_episodes_table.php

Summary

Maintainability
A
0 mins
Test Coverage

Method up has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    public function up()
    {
        Schema::create('episodes', function (Blueprint $table) {

            $table->increments('id')
Severity: Minor
Found in database/migrations/2017_06_23_080705_create_episodes_table.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status