We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Error: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "phalcon_migrations" already exists
When the migrations list was empty it throw this error after reun the migration run twice
The text was updated successfully, but these errors were encountered:
Also
Runtime Error: Migrations were not found at:resources/migrations
the folder path is correct and i check it twice
Folder :
Sorry, something went wrong.
Hello, table phalcon_migrations is created automatically, you don't need to have it inside migrations directory.
phalcon_migrations
Also, please specify what is migrations version and your configuration file.
#104 - Add check of dialect type during skip foreign keys checks
a2a5469
Its work ! great job :D
Jeckerson
No branches or pull requests
When the migrations list was empty it throw this error after reun the migration run twice
The text was updated successfully, but these errors were encountered: