Feature: Create a base importer for geographical units and add index

This commit is contained in:
2022-10-03 15:45:42 +02:00
parent 994160f28a
commit 9c3ac72426
5 changed files with 359 additions and 3 deletions

View File

@@ -5,12 +5,13 @@ namespace Chill\MainBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Table(name="chill_main_geographical_unit_layer")
* @ORM\Table(name="chill_main_geographical_unit_layer", uniqueConstraints={
* @ORM\UniqueConstraint(name="geographical_unit_layer_refid", columns={"refId"})
* })
* @ORM\Entity
*/
class GeographicalUnitLayer
{
/**
* @ORM\Id
* @ORM\GeneratedValue