mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
add base configuration for user
This commit is contained in:
14
Resources/config/doctrine/Agent.orm.yml
Normal file
14
Resources/config/doctrine/Agent.orm.yml
Normal 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
|
||||
|
Reference in New Issue
Block a user