1
0
mirror of synced 2025-03-21 07:23:55 +03:00

#881 DDC-2825 - providing YAML mappings for explicit schema definition

This commit is contained in:
Marco Pivetta 2015-01-14 18:05:58 +01:00
parent 7911beaf1c
commit 04467218a3

View File

@ -0,0 +1,8 @@
Doctrine\Tests\Models\DDC2825\ExplicitSchemaAndTable:
type: entity
table: mytable
schema: myschema
id:
id:
generator:
strategy: AUTO