Solve your laravel problems.
I had created a login and register form.But,that time i missed to added a column.So, I want to add new column named contactNumber.For add the coumn I wrote a command named php artisan migrate:refresh in cmd.exe .and also write a code at create_users_table in migration folder.But, the new column i mean contactNumber's value doesn't go to mysql database
enter image description here