Optimized database schema

This commit is contained in:
Kevin Frantz
2018-11-04 12:00:35 +01:00
parent b292082c1f
commit c060dff873
5 changed files with 17 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ use Symfony\Component\Validator\Constraints as Assert;
/**
* @author kevinfrantz
* @ORM\Table(name="source_name")
* @ORM\Table(name="source_data_name")
* @ORM\Entity(repositoryClass="App\Repository\NameSourceRepository")
*/
final class NameSource extends AbstractDataSource implements NameSourceInterface