2015-01-14 19:34:44 +03:00
|
|
|
<?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"
|
|
|
|
>
|
2015-01-14 21:16:42 +03:00
|
|
|
<entity name="Doctrine\Tests\Models\DDC2825\SchemaAndTableInTableName" table="implicit_schema.implicit_table">
|
2015-01-14 19:34:44 +03:00
|
|
|
<id name="id" column="id">
|
|
|
|
<generator strategy="AUTO"/>
|
|
|
|
</id>
|
|
|
|
</entity>
|
|
|
|
</doctrine-mapping>
|