docs: ddl.rst: Fix formatting of null value note

Closes scylladb/scylladb#26853
This commit is contained in:
tomek7667
2025-11-04 15:20:28 +01:00
committed by Botond Dénes
parent 384bffb8da
commit 90a6aa8057

View File

@@ -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: