You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field 'My\Ns\Entity\Foo#bar' has the property type 'My\Ns\Value\SomeStringBackedEnum' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
How to reproduce
class Foo
#[ORM\Column(type: Types::STRING, enumType: SomeStringBackedEnum::class)]
private SomeStringBackedEnum $bar
}
Expected behavior
No errors
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Running
doctrine:schema:validate --skip-sync
I suspect #10946
Current behavior
The field 'My\Ns\Entity\Foo#bar' has the property type 'My\Ns\Value\SomeStringBackedEnum' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
How to reproduce
Expected behavior
No errors
The text was updated successfully, but these errors were encountered: