add base configuration for user

This commit is contained in:
2013-12-15 23:33:34 +01:00
parent 05e3873d72
commit 6058be75d1
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