I\'m using laravel 5.2 and I usually update my database according to project requirements, so I\'d like to do it without losing database records.
I don\'t mean how to seed my da
Please note that when you add a new column for a table while already there are data, you have to set a default value for new column or make it nullable type.. otherwise you will endup with error