Hello all!
I have a small issue with Phalcon migration.
When I use the command : phalcon migration run
I get error "Foreign Key constraint is incorrectly formed"
That is because the table of the FK isn't created yet, how to best solve this issue?
I am using Phalcon Dev Tools 3.2.12
Thank you