I tried this but isn't Blueprint meant for the initial creation of a datamodel. I tried adding a column to an existing model, but Blueprint does not create a new migration file for only the newly added column. I have to use blueprint:erase and blueprint:build again but that's useless for changing models over time. Or am I doing something wrong?
Definitely saves time for experienced Laravel devs great work! ;)
I tried this but isn't Blueprint meant for the initial creation of a datamodel. I tried adding a column to an existing model, but Blueprint does not create a new migration file for only the newly added column. I have to use blueprint:erase and blueprint:build again but that's useless for changing models over time. Or am I doing something wrong?