We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

database migration

Hey guys Love phalconphp I will start developing with it in few days but seems I cannot find one thing Do you guys know about symfony or cakephp Where symfony with few commands you can create database and it's scheme so the next user don't need sql dumbs Or somthing like migration in cakephp where can use few commands likes who will change all scheme changes were done by the other user.

Does phalconphp 3 have something like this ?

edited Aug '16

It sounds like you are looking for devtools and more specifically the database migration commands.

More info can be found here: https://docs.phalcon.io/en/latest/reference/tools.html

Thank you Jak I think this is what

No problem. Just make sure you download the version of devtools that corresponds with your version of Phalcon.