Posted inUncategorized
Doctrine tricks
php bin/console doctrine:schema:update –forceError SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytesconfigpackagesdoctrine.yaml içinde bunucharset: utf8mb4collate: utf8mb4_unicode_cibununla değiştir. …