Task 2 - column after another column

This commit is contained in:
PovilasKorop
2021-11-09 10:08:56 +02:00
parent da6dd14446
commit 40044cbfa4
4 changed files with 97 additions and 0 deletions
+9
View File
@@ -35,3 +35,12 @@ Test method `test_successful_foreign_key_tasks_comments()`.
---
## Task 2. Add Column after Another Column.
Folder `database/migrations/task2` contains migrations for users table: one for creating the table, and another one for adding a NEW field.
That new field "surname" should be added in a particular order - after the "name" field.
Test method `test_column_added_to_the_table()`.
---