Skip to content

Commit

Permalink
#881 DDC-2825 - providing XML mappings for implicit schema definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 14, 2015
1 parent 3820fa5 commit 53845b7
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<doctrine-mapping
xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd"
>
<entity name="Doctrine\Tests\Models\DDC2825\SchemaAndTableInTableName" table="myschema.mytable">
<id name="id" column="id">
<generator strategy="AUTO"/>
</id>
</entity>
</doctrine-mapping>

0 comments on commit 53845b7

Please sign in to comment.