add position for household and prefix tables names

This commit is contained in:
2021-05-28 13:25:37 +02:00
parent 85dda8b680
commit 74520330b1
8 changed files with 282 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ use Chill\MainBundle\Entity\Address;
/**
* @ORM\Entity
* @ORM\Table(
* name="chill_person_household"
* )
*/
class Household
{