mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Error with doctrine mapping import #5891
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @braianj on GitHub (Feb 16, 2018).
Originally assigned to: @Ocramius on GitHub.
Hello everyone
I'm trying to import a database already created for another project (not a symfony one), so I can use it inside a symfony project.
Validation works
But when I make
php bin/console doctrine:mapping:import AppBundle annotationit returnThis is de configuration of those tables
One more thing, the database is a postgreSQL one.
Hope someone can help.
Thanks!
@Ocramius commented on GitHub (Feb 16, 2018):
@braianj that is indeed something that the reverse engineering tools cannot do. That's why you get such an exception: it's a known limitation :-)