mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
21 lines
397 B
YAML
21 lines
397 B
YAML
Entities\LazaretCheck:
|
|
type: entity
|
|
table: LazaretChecks
|
|
id:
|
|
id:
|
|
type: integer
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
checkClassname:
|
|
type: string
|
|
length: 512
|
|
manyToOne:
|
|
lazaretFile:
|
|
targetEntity: LazaretFile
|
|
inversedBy: checks
|
|
joinColumn:
|
|
name: lazaret_file_id
|
|
referencedColumnName: id
|
|
cascade: ["persist"]
|