madbob/GASdottoNG

View on GitHub
code/database/migrations/2014_10_12_000000_create_users_table.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function up()
    {
        Schema::create('users', function (Blueprint $table) {
            $table->string('id')->primary();
            $table->timestamps();
Severity: Minor
Found in code/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