mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
Update docs/database.rst
Co-Authored-By: Ben Ramsey <ben@benramsey.com>
This commit is contained in:
committed by
GitHub
parent
8e7b3a43eb
commit
62fdcbbed0
+1
-1
@@ -189,7 +189,7 @@ second point, if you are using the string version of the UUID (i.e.,
|
||||
space, but every secondary key that uses that primary key will also be must
|
||||
larger.
|
||||
|
||||
For this reason, if you choose to using UUIDs as primary keys, it might be worth
|
||||
For this reason, if you choose to use UUIDs as primary keys, it might be worth
|
||||
the drawbacks to use UUID bytes (i.e., ``char(16)``) instead of the string
|
||||
representation (see :ref:`database.bytes`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user