add base configuration for user

This commit is contained in:
2013-12-15 23:33:34 +01:00
parent 4042e7445f
commit 33465a3490
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
CL\Chill\MainBundle\Entity\Agent:
type: entity
table: agents
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
name:
type: string
length: 80