diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 25138b9..6899a5e 100755 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -1,6 +1,10 @@ doctrine: dbal: url: '%env(resolve:DATABASE_URL)%' + mapping_types: + uuid: string + types: + uuid: Symfony\Bridge\Doctrine\Types\UuidType # IMPORTANT: You MUST configure your server version, # either here or in the DATABASE_URL env var (see .env file)