We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaving empty body in the form, it returns: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'body' cannot be null
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'body' cannot be null
I edit \src\Entity\Article.php
/** * @ORM\Column(type="text", nullable=true) */ private $body = null;
and works perfectly.
The text was updated successfully, but these errors were encountered:
@Chapullin Good catch , I suggest you create a pull request for this update and ask @bradtraversy to check and merge it.
Sorry, something went wrong.
No branches or pull requests
Leaving empty body in the form, it returns:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'body' cannot be null
I edit \src\Entity\Article.php
and works perfectly.
The text was updated successfully, but these errors were encountered: