Hi all, I am new to Phalcon. and planning on making my web app using this technology, It's very promising. Some docs are outdated tho, I wanted to learn how to use migrations in phalcon and phalcon-devtools but found out from this link https://docs.phalcon.io/en/latest/reference/migrations.html it is outdate. I hope the phalcon team could update this. because it's very frustating especially for new learners of this framework.

Quick question, i found out in rails that they also have migrations on their own, is the functionality in phalcon also the same?

$ rails generate migration createPostTable

then it will create a new file under migrations folder name createPostTable.php