Skip to content

Commit 252d77f

Browse files
committed
Merge pull request #94 from marcosh/patch-1
Add backticks to table name
2 parents e554185 + 664933a commit 252d77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/xml/zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
55
http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
66

7-
<entity name="ZfcUserDoctrineORM\Entity\User" table="user">
7+
<entity name="ZfcUserDoctrineORM\Entity\User" table="`user`">
88

99
</entity>
1010

0 commit comments

Comments
 (0)