Adding CustomFieldsDefaultGroup Entity for specifying that a group is a default group ref #307

This commit is contained in:
Marc Ducobu
2014-11-17 17:59:06 +01:00
parent ce0db40129
commit f702d76e68
6 changed files with 243 additions and 5 deletions

View File

@@ -0,0 +1,20 @@
Chill\CustomFieldsBundle\Entity\CustomFieldsDefaultGroup:
type: entity
table: null
id:
id:
type: integer
id: true
generator:
strategy: AUTO
fields:
entity:
type: string
length: 255
manyToOne:
customFieldsGroup:
targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup
inversedBy: customFields
uniqueConstraints:
unique_entity:
columns: [ entity ]