string('taxi_address_from', 500)->after('taxi_time')->comment('Адрес откуда ехать'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('taxi_main', function(Blueprint $table){ $table->dropColumn('taxi_address_from'); }); } };