Task 3 - soft deletes

This commit is contained in:
PovilasKorop
2021-11-09 10:18:02 +02:00
parent 40044cbfa4
commit 7c86c01048
5 changed files with 86 additions and 0 deletions
+8
View File
@@ -44,3 +44,11 @@ Test method `test_column_added_to_the_table()`.
---
## Task 3. Soft Deletes.
Folder `database/migrations/task3` contains a migration for projects table. You need to add a field there, for Soft Delete functionality.
Test method `test_soft_deletes()`.
---