Files
Phraseanet/lib/conf.d/Doctrine/Entities.LazaretAttribute.dcm.yml
2012-05-10 19:07:41 +02:00

34 lines
629 B
YAML

Entities\LazaretAttribute:
type: entity
table: LazaretAttributes
id:
id:
type: integer
generator:
strategy: AUTO
fields:
name:
type: string
length: 64
value:
type: string
length: 2048
created:
type: datetime
gedmo:
timestampable:
on: create
updated:
type: datetime
gedmo:
timestampable:
on: update
manyToOne:
lazaretFile:
targetEntity: LazaretFile
inversedBy: attributes
joinColumn:
name: lazaret_file_id
referencedColumnName: id
cascade: ["persist"]