Task 8 - rename table

This commit is contained in:
PovilasKorop
2021-11-09 10:58:48 +02:00
parent 76504ffe87
commit 57f6333ea3
4 changed files with 77 additions and 0 deletions
+8
View File
@@ -95,3 +95,11 @@ Test method `test_automatic_value()`.
---
## Task 8. Rename table
Folder `database/migrations/task8` contains a migration for company table. Later it was decided to rename the table from "company" to "companies". Write the code for that, in the second migration file.
Test method `test_renamed_table()`.
---