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...
WARNING this is a destructive action. If you use this ensure you back up your database first
you can simply modify your existing migration file, for example adding a column in your table, and then in your terminal typing :
$ php artisan migrate:refresh