antaresproject/core

View on GitHub
src/components/auth/resources/database/migrations/2015_12_02_2_create_tbl_logs_table.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function up()
    {
        try {
            $this->down();
            Schema::create('tbl_log_priorities', function(Blueprint $table) {

    There are no issues that match your filters.

    Category
    Status