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
{{ message }}
This repository was archived by the owner on Aug 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: contents/definition/04-Definition-Syntax.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ Note that default values can only be used when inserting as a mapping.
60
60
Primary key attributes cannot have default values (with the exceptions of ``auto_increment`` and ``CURRENT_TIMESTAMP`` attributes; see :ref:`primary-key`).
61
61
62
62
An attribute with a default value of ``NULL`` is called a **nullable attribute**.
63
-
A nullable attribute can be thought of as applying to all entities in a table but having an optional *value* that may be absent in some entities.
64
-
Nullable attributes should *not* be used to indicate that an attribute is inapplicable to some entities in a table (see :ref:`normalization`).
63
+
A nullable attribute can be thought of as applying to all entities in a table but having an optional *value* that may be absent in some entities.
64
+
Nullable attributes should *not* be used to indicate that an attribute is inapplicable to some entities in a table (see :ref:`normalization`).
65
65
Nullable attributes should be used sparingly to indicate optional rather than inapplicable attributes that still apply to all entities in the table.
66
66
``NULL`` is a special literal value and does not need to be enclosed in quotes.
0 commit comments