tinyInteger('default_view')->unsigned()->default(1)->after('places'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('metrics', function (Blueprint $table) { $table->dropColumn('default_view'); }); } }