If you check and compare 2 migration files which you copy and run in your project you will notice that one cancels another:
Version20180626065141.php
Version20180709120541.php
So up method in first migration creates fields, and up in another field deletes fields. In the end 2 migrations dont do any change. So they could be deleted? Or there is some error in one of them?
If you check and compare 2 migration files which you copy and run in your project you will notice that one cancels another: Version20180626065141.php Version20180709120541.php
So up method in first migration creates fields, and up in another field deletes fields. In the end 2 migrations dont do any change. So they could be deleted? Or there is some error in one of them?