moved shared entity fields and functions to trait (#750)

This commit is contained in:
Kevin Papst
2019-05-02 18:03:40 +02:00
committed by GitHub
parent e80973c4d2
commit 455d772095
7 changed files with 89 additions and 217 deletions

View File

@@ -12,7 +12,9 @@ doctrine:
default:
url: '%env(resolve:DATABASE_URL)%'
driver: 'pdo_mysql'
server_version: '5.7'
# this setting prevents automatic database detection and finds a lot of false-negatives on doctrine:migrations:diff
# for null columns with MariaDB. Each migration tries to convert EVERY nullable column.
# server_version: '5.7'
charset: utf8mb4
default_table_options:
charset: utf8mb4