src/database/migrations/2018_02_11_144653_initial_deployment.php
Showing 1 of 1 total issue
Method up
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function up() { Schema::create('seatgroups', function ($table) { $table->increments('id')->index(); $table->string('name');