Hello. I'm new phalcon user and I have a question. Can I generate migration with help annotation in model like a Symfony?
For example: I create model Post, write all column with annotation for set type this column, after I generate migration and migrate.
Thanks.