We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3926224 commit 9d09fceCopy full SHA for 9d09fce
doctrine.rst
@@ -391,6 +391,13 @@ directly inside the ``Product`` class via DocBlock annotations:
391
</entity>
392
</doctrine-mapping>
393
394
+.. note::
395
+
396
+ If you are using an SQLite database, you'll see the following error:
397
+ *PDOException: SQLSTATE[HY000]: General error: 1 Cannot add a NOT NULL
398
+ column with default value NULL*. Add a ``nullable=true`` option to the
399
+ ``description`` property to fix the problem.
400
401
.. note::
402
403
A bundle can accept only one metadata definition format. For example, it's
0 commit comments