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

DevTools not work in multi modules mode.

DevTools can work well in single module application, but unnormal in multi modules mode.

I use DevTools to create a multi modules application, and that run migration command.

Error occur:

# phalcon migration generate

Phalcon DevTools (1.3.0 ALPHA 1)

1376666711.9167: SHOW TABLES                                                                           
  Error: SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected 

How can I use it to create database migrations, and even models?

You are using Alpha version of the dev tools. The last stable is the version 1.2.1.

Can you provide what you do exactly