mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
docs: ddl.rst: Fix formatting of null value note
Closes scylladb/scylladb#26853
This commit is contained in:
@@ -629,7 +629,7 @@ Some examples of primary key definition are:
|
||||
key), and ``c`` is the clustering column.
|
||||
|
||||
|
||||
.. note:: A *null* value is not allowed as any partition-key or clustering-key column. A Null value is *not* the same as an empty string.
|
||||
.. note:: A *null* value is not allowed as any partition-key or clustering-key column. A *null* value is *not* the same as an empty string.
|
||||
|
||||
.. _partition-key:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user