phalcon / migrations

Generate or migrate database changes via migrations.
https://docs.phalcon.io/latest/en/db-migrations
BSD 3-Clause "New" or "Revised" License
28 stars 23 forks source link

[ERROR] Duplicate table phalcon_migrations #104

Closed yassinrais closed 3 years ago

yassinrais commented 3 years ago
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

yassinrais commented 3 years ago

Also

Runtime Error: Migrations were not found at:resources/migrations

the folder path is correct and i check it twice

Folder : image

Jeckerson commented 3 years ago

Hello, table phalcon_migrations is created automatically, you don't need to have it inside migrations directory.

Also, please specify what is migrations version and your configuration file.

yassinrais commented 3 years ago

Its work ! great job :D