madbob/GASdottoNG

View on GitHub
code/database/migrations/2015_11_21_011218_create_products_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('products', function (Blueprint $table) {
            $table->string('id')->primary();
            $table->timestamps();

    There are no issues that match your filters.

    Category
    Status