This commit is contained in:
2022-01-18 21:07:02 +01:00
parent 59d4ef9966
commit 265470f771
7 changed files with 14 additions and 7 deletions

View File

@@ -6,7 +6,8 @@ use Doctrine\ORM\Mapping as ORM;
use App\Model\Database\Entity\Attributes\TId;
/**
* @ORM\Entity
* @ORM\Entity(repositoryClass="App\Model\Database\Repository\TermRepository")
* @ORM\HasLifecycleCallbacks
* @ORM\Table(indexes={@ORM\Index(columns={"string1"}, flags={"fulltext"}),
@ORM\Index(columns={"string2"}, flags={"fulltext"})})
*/