-
| Hello all, I'm assuming it is something minor but I can see all of the migrations that have been made (1.0.0,1.0.1,1.0.2,1.0.3) in the migrations/db/migrations directory. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| Hello Check this configuration example: Project structure example: And commands examples:  | 
Beta Was this translation helpful? Give feedback.


Hello
Check this configuration example:
https://github.com/phalcon/migrations#create-configuration-file
It contains
migrationsDirwhere you can specify relative or absolute path of your migrations. Also, try to execute migrations from your root of project and not insidevendordirectory.Project structure example:
And commands examples: