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