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
Property Foo::$name type mapping mismatch: property can contain string|null but database expects string.
So what's the correct way to set up a property that cannot be NULL when being saved to the database?
(It has to be nullable in PHP (i.e. ?string) for Symfony forms to work, see EasyCorp/EasyAdminBundle#3889 (comment))