1
0
mirror of synced 2025-01-19 15:01:40 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.yml

13 lines
259 B
YAML
Raw Normal View History

2012-02-02 00:57:39 -02:00
Doctrine\Tests\Models\DDC964\DDC964Guest:
2012-04-14 02:10:44 -03:00
type: entity
attributeOverride:
id:
column: guest_id
type: integer
length: 140
name:
column: guest_name
type: string
length: 240
nullable: false
unique: true