feat: hello PostgreSQL

This commit is contained in:
Maël Gangloff
2024-07-26 21:10:06 +02:00
parent 467d0efa1c
commit f72f6df546
15 changed files with 142 additions and 437 deletions

View File

@@ -42,7 +42,7 @@ use Symfony\Component\Uid\Uuid;
class WatchList
{
#[ORM\Id]
#[ORM\Column(length: 36)]
#[ORM\Column(type: 'uuid')]
#[Groups(['watchlist:item', 'watchlist:list'])]
private string $token;