Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Commit 35657a3

Browse files
authored
Merge pull request #208 from austin-hilberg/master
Fix indentation.
2 parents 3bf18ee + 63f2a8a commit 35657a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/definition/04-Definition-Syntax.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Note that default values can only be used when inserting as a mapping.
6060
Primary key attributes cannot have default values (with the exceptions of ``auto_increment`` and ``CURRENT_TIMESTAMP`` attributes; see :ref:`primary-key`).
6161

6262
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`).
6565
Nullable attributes should be used sparingly to indicate optional rather than inapplicable attributes that still apply to all entities in the table.
6666
``NULL`` is a special literal value and does not need to be enclosed in quotes.
6767

0 commit comments

Comments
 (0)