I can\'t figure out how to add a new column to my existing database table using the Laravel framework.
I tried to edit the migration file using...
Add column to your migration file and run this command.
php artisan migrate:refresh --path=/database/migrations/your_file_name.php