Soft deletes task

This commit is contained in:
PovilasKorop
2021-11-16 10:45:45 +02:00
parent a5acfdd85f
commit 328e51c4ee
7 changed files with 45 additions and 1 deletions
@@ -17,6 +17,7 @@ class CreateProjectsTable extends Migration
$table->id();
$table->string('name');
$table->timestamps();
$table->softDeletes();
});
}