Table \'users\':
|id|name|address|post_code|deleted_at|created_at|
and I want add column \'phone_nr\' somewhere between \'id\' and \'delete
For latest versions of Laravel say 5-6
The command is
php artisan make:migration update_users_table
Then
php artisan migrate