Mapping

This commit is contained in:
Melaine Gérard 2025-01-22 19:19:21 +01:00
parent c925421381
commit 14c6ce39ab

View File

@ -1,6 +1,10 @@
doctrine: doctrine:
dbal: dbal:
url: '%env(resolve:DATABASE_URL)%' url: '%env(resolve:DATABASE_URL)%'
mapping_types:
uuid: string
types:
uuid: Symfony\Bridge\Doctrine\Types\UuidType
# IMPORTANT: You MUST configure your server version, # IMPORTANT: You MUST configure your server version,
# either here or in the DATABASE_URL env var (see .env file) # either here or in the DATABASE_URL env var (see .env file)