string('file')->after('description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('services', function (Blueprint $table) { $table->dropColumn('file'); }); } }