Properly mark the tinyint column with a comment, so that migrations can properly detect that no changes are needed

This commit is contained in:
Jan Böhmer 2023-04-09 00:04:13 +02:00
parent aaf6c37871
commit 342ed382e3
5 changed files with 83 additions and 1 deletions

View file

@ -12,6 +12,8 @@ doctrine:
class: App\Doctrine\Types\UTCDateTimeType
big_decimal:
class: App\Doctrine\Types\BigDecimalType
tinyint:
class: App\Doctrine\Types\TinyIntType
schema_filter: ~^(?!internal)~
# Only enable this when needed