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

@@ -34,6 +34,8 @@ abstract class AbstractSource extends AbstractEntity implements SourceInterface
protected $relation;
/**
* @todo Implement that just one table on database level is needed!
* @todo Rename table to use the right schema
* @var Collection|GroupSource[]
* @ORM\ManyToMany(targetEntity="GroupSource")
*/