We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec9660 commit 4311f06Copy full SHA for 4311f06
docs/usage/modeling.rst
@@ -32,9 +32,9 @@ Advanced Alchemy provides several base classes optimized for different use cases
32
- UUIDv6 primary keys, Automatic created_at/updated_at timestamps
33
* - ``UUIDv7AuditBase``
34
- Time-sortable UUIDv7 primary keys, Automatic created_at/updated_at timestamps
35
- * - ``NanoidBase``
+ * - ``NanoIDBase``
36
- URL-friendly unique identifiers, Shorter than UUIDs, collision resistant
37
- * - ``NanoidAuditBase``
+ * - ``NanoIDAuditBase``
38
- URL-friendly IDs with audit timestamps, Combines Nanoid benefits with audit trails
39
40
Mixins
0 commit comments