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

30 lines
518 B
YAML

Entities\LazaretSession:
type: entity
table: LazaretSessions
id:
id:
type: integer
generator:
strategy: AUTO
fields:
usr_id:
type: integer
nullable: true
created:
type: datetime
gedmo:
timestampable:
on: create
updated:
type: datetime
gedmo:
timestampable:
on: update
oneToMany:
files:
targetEntity: LazaretFile
mappedBy: session
cascade: ["ALL"]
orderBy:
id: ASC