mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1288: Column Name #1618
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 @doctrinebot on GitHub (Jul 22, 2011).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user websalo:
Hello, I am starting development with symfony Doctrine ORM, and I'm one big question: the company where I work, there is a table in a database whose field (column) must be called "call-limit", (I repeat, have to have this name), but I can not for the Doctrine does not allow ... Is there any way to treat this? I've tried using the alias, but to no avail ... If someone can help me ... Hug.
@doctrinebot commented on GitHub (Aug 16, 2011):
Comment created by @guilhermeblanco:
Just map your @Column providing the db field name.
The only question you should check then is if your RDBMS supports the dashes as a valid column name.
Cheers,
@doctrinebot commented on GitHub (Aug 16, 2011):
Issue was closed with resolution "Invalid"