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"]