1
0
mirror of synced 2024-12-15 15:46:02 +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 06:57:39 +04:00
Doctrine\Tests\Models\DDC964\DDC964Guest:
2012-04-14 09:10:44 +04:00
type: entity
attributeOverride:
id:
column: guest_id
type: integer
length: 140
name:
column: guest_name
type: string
length: 240
nullable: false
unique: true