ekmungai/eloquent-ifrs

View on GitHub
database/migrations/2020_01_21_202744_create_ifrs_balances_table.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    public function up()
    {
        Schema::create(config('ifrs.table_prefix').'balances', function (Blueprint $table) {
            $table->bigIncrements('id');

    There are no issues that match your filters.

    Category
    Status