cattr-app/server-application

View on GitHub
database/migrations/2014_10_12_000000_create_users_table.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up()
    {
        Schema::create('users', function (Blueprint $table) {
            $table->increments('id');
            $table->string('full_name');
Severity: Minor
Found in database/migrations/2014_10_12_000000_create_users_table.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status