1
0
mirror of synced 2025-01-05 16:53:21 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.AbstractContentItem.dcm.yml
2010-09-20 19:23:41 +02:00

17 lines
382 B
YAML

Doctrine\Tests\ORM\Mapping\AbstractContentItem:
type: mappedSuperclass
id:
id:
type: integer
unsigned: true
generator:
strategy: AUTO
fields:
# FilesystemIdentifier
manyToOne:
parentDirectory:
targetEntity: Doctrine\Tests\ORM\Mapping\Directory
joinColumn:
name: parent_directory_id
referencedColumnName: id