mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix sf4 minor corrections on Doctrine ORM mapping Entities
This commit is contained in:
parent
3a03d44e9a
commit
208d4b789a
@ -27,7 +27,7 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
* CustomField
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table(null)
|
||||
* @ORM\Table(name="customfield")
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
*/
|
||||
class CustomField
|
||||
|
@ -28,7 +28,7 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table(
|
||||
* null,
|
||||
* name="customfieldsdefaultgroup",
|
||||
* uniqueConstraints={@ORM\UniqueConstraint(
|
||||
* name="unique_entity",
|
||||
* columns={"entity"}
|
||||
|
@ -29,7 +29,7 @@ use Doctrine\Common\Collections\Collection;
|
||||
* CustomFieldGroup
|
||||
*
|
||||
* @ORM\Entity()
|
||||
* @ORM\Table(null)
|
||||
* @ORM\Table(name="customfieldsdefaultgroup")
|
||||
*/
|
||||
class CustomFieldsGroup
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user