increase email string length to 64
This commit is contained in:
@ -44,7 +44,7 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
|
||||
#[ORM\Column(length: 45)]
|
||||
private ?string $name = null;
|
||||
|
||||
#[ORM\Column(length: 45)]
|
||||
#[ORM\Column(length: 64)]
|
||||
private ?string $email = null;
|
||||
|
||||
#[ORM\Column(enumType: RateType::class)]
|
||||
|
Reference in New Issue
Block a user