mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
15 lines
286 B
YAML
15 lines
286 B
YAML
CL\Chill\MainBundle\Entity\Agent:
|
|
type: entity
|
|
table: agents
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: string
|
|
length: 80
|
|
|