Adding chill_person as prefix for tables of this bundle

This commit is contained in:
Marc Ducobu
2016-08-18 19:37:23 +02:00
parent ae57771de9
commit 52fb5f56be
6 changed files with 77 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive:
table: chill_person_closingmotive
type: entity
id:
id:

View File

@@ -1,5 +1,5 @@
Chill\PersonBundle\Entity\AccompanyingPeriod:
table: accompanying_period
table: chill_person_accompanying_period
type: entity
id:
id:

View File

@@ -1,5 +1,5 @@
Chill\PersonBundle\Entity\MaritalStatus:
table: marital_status
table: chill_person_marital_status
type: entity
id:
id:
@@ -8,4 +8,4 @@ Chill\PersonBundle\Entity\MaritalStatus:
fields:
name:
type: json_array
lifecycleCallbacks: { }
lifecycleCallbacks: { }

View File

@@ -1,6 +1,6 @@
Chill\PersonBundle\Entity\Person:
type: entity
table: null
table: chill_person_person
indexes:
person_names:
columns: [firstName, lastName]