1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC2069Entity.dcm.yml
2013-03-14 20:09:41 +01:00

16 lines
258 B
YAML

Doctrine\Tests\ORM\Mapping\DDC2069Entity:
type: entity
id:
id: ~
fields:
name:
type: string ( 255 )
value:
type: string ( 255 )
uniqueConstraints:
0:
columns: name, value
indexes:
0:
columns: value, name