We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323aa12 commit 1cff969Copy full SHA for 1cff969
piccolo/columns/defaults/uuid.py
@@ -51,7 +51,11 @@ class UUID7(Default):
51
:class:`UUID <piccolo.columns.column_types.UUID>` column a randomly
52
generated UUID v7 value. Postgres >= 18 and Python >= 3.14 only. UUID7 can
53
be more efficiently indexed than UUID, and inserts can be faster.
54
- """
+
55
+ For this to work in older versions of Postgres, register an extension such
56
+ as `pg_uuidv7 <https://github.com/fboulnois/pg_uuidv7>`_.
57
58
+ """ # noqa: E501
59
60
@property
61
def postgres(self):
0 commit comments