mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
17 lines
398 B
YAML
17 lines
398 B
YAML
Chill\MainBundle\Entity\Center:
|
|
type: entity
|
|
table: centers
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: string
|
|
length: 255
|
|
oneToMany:
|
|
groupCenters:
|
|
targetEntity: Chill\MainBundle\Entity\GroupCenter
|
|
mappedBy: groupCenters |