Created
August 4, 2014 15:50
-
-
Save sorenmalling/e56887ca9c0112f27fb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ comundu git:(855c484) ✗ ./flow doctrine:migrate | |
| Uncaught Exception | |
| An exception occurred while executing 'ALTER TABLE | |
| typo3_media_domain_model_image ADD CONSTRAINT | |
| typo3_media_domain_model_image_ibfk_1 FOREIGN KEY (resource) REFERENCES | |
| typo3_flow3_resource_resource(flow3_persistence_identifier)': | |
| SQLSTATE[HY000]: General error: 1005 Can't create table | |
| 'comundu_dev.#sql-368a_be3' (errno: 150) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment