database/migrations/2020_01_22_115407_create_ifrs_transactions_table.php
Method up
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function up()
{
Schema::create(config('ifrs.table_prefix').'transactions', function (Blueprint $table) {
$table->bigIncrements('id');