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
When trying to create / update the schema via DoctrineModule ORM Tool
vendor/bin/doctrine-module orm:schema-tool:update --complete --force
it fails with the following message:
[Doctrine\DBAL\Schema\SchemaException] The table with name 'mydatabase.user' already exists.
This happens since the User entity already exists inside the ZfcUser module.
User
ZfcUser
Since we can't remove it from latter is there a way to "skip" it inside RbacUserDoctrineOrm or is there a parameter for the tool to achieve this?
RbacUserDoctrineOrm
BTW: Simply running the schema-full.sql works like a charm! :)
schema-full.sql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to create / update the schema via DoctrineModule ORM Tool
it fails with the following message:
This happens since the
User
entity already exists inside theZfcUser
module.Since we can't remove it from latter is there a way to "skip" it inside
RbacUserDoctrineOrm
or is there a parameter for the tool to achieve this?BTW: Simply running the
schema-full.sql
works like a charm! :)The text was updated successfully, but these errors were encountered: