rector/config/set/doctrine/doctrine-id-to-uuid.yaml
2019-08-28 12:05:26 +02:00

9 lines
273 B
YAML

services:
# first, run this Rule
Rector\Doctrine\Rector\Class_\AddUuidToEntityWhereMissingRector: ~
# then run this Rule
Rector\Doctrine\Rector\Class_\AddUuidMirrorForRelationPropertyRector: ~
# then run: bin/console doctrine:schema:update --dump-sql