1
0
mirror of synced 2025-02-03 13:59:27 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC3579.DDC3579User.dcm.yml
2015-11-05 12:11:29 +01:00

20 lines
363 B
YAML

Doctrine\Tests\Models\DDC3579\DDC3579User:
type: mappedSuperclass
id:
id:
type: integer
column: user_id
length: 150
generator:
strategy: AUTO
fields:
name:
type: string
column: user_name
length: 250
nullable: true
unique: false
manyToMany:
groups:
targetEntity: DDC3579Group