I have done some changes to DB specifically I have changed all the tables ID datatype from (int) to (bigint) then I run
$ phalcon migration generate
however when I check the new generated migration classes no changes has been done and when my collegues run
$ phalcon migration run
they did not get the changes.