Optimized database table schema

This commit is contained in:
Kevin Frantz
2018-10-28 15:41:43 +01:00
parent 25020bbe97
commit 8cf73a2b47
6 changed files with 9 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ use App\Entity\Source\Attribut\MembersAttribut;
/**
*
* @author kevinfrantz
* @ORM\Table(name="source_sources")
* @ORM\Table(name="source_group")
* @ORM\Entity
*/
class GroupSource extends AbstractSource implements MembersAttributInterface