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\Attribut\RelationAttribut;
/**
*
* @author kevinfrantz
* @ORM\Table(name="law")
* @ORM\Table(name="meta_law")
* @ORM\Entity(repositoryClass="App\Repository\LawRepository")
*/
class Law extends AbstractMeta implements LawInterface