Ларев мягкие удаления
Schema::table('flights', function (Blueprint $table) {
$table->softDeletes();
});
Alberto Peripolli
Schema::table('flights', function (Blueprint $table) {
$table->softDeletes();
});