Skip to content

Commit

Permalink
Merge pull request #94 from marcosh/patch-1
Browse files Browse the repository at this point in the history
Add backticks to table name
  • Loading branch information
Danielss89 committed Jul 20, 2015
2 parents e554185 + 664933a commit 252d77f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">

<entity name="ZfcUserDoctrineORM\Entity\User" table="user">
<entity name="ZfcUserDoctrineORM\Entity\User" table="`user`">

</entity>

Expand Down

0 comments on commit 252d77f

Please sign in to comment.