#881 DDC-2825 - providing YAML mappings for explicit schema definition
This commit is contained in:
parent
7911beaf1c
commit
04467218a3
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
Doctrine\Tests\Models\DDC2825\ExplicitSchemaAndTable:
|
||||||
|
type: entity
|
||||||
|
table: mytable
|
||||||
|
schema: myschema
|
||||||
|
id:
|
||||||
|
id:
|
||||||
|
generator:
|
||||||
|
strategy: AUTO
|
Loading…
Add table
Reference in a new issue