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