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

@@ -17,7 +17,7 @@ use App\Entity\Attribut\RelationAttribut;
/**
* @author kevinfrantz
* @ORM\Table(name="`right`")
* @ORM\Table(name="meta_right")
* @ORM\Entity(repositoryClass="App\Repository\RightRepository")
*/
class Right extends AbstractMeta implements RightInterface