Looked at great example https://github.com/phalcon/tutorial-models-init I've got a question: Is there any way to refresh database (create, alter tables, etc) by models definitions, like $connection->updateDatabase()? Or only way is using createTable, alterTable functions (https://docs.phalcon.io/en/latest/reference/db.html#creating-tables) with manual check for diff?