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 f27a884 commit 9178592Copy full SHA for 9178592
1 file changed
docs/usage/modeling.rst
@@ -57,7 +57,7 @@ Additionally, Advanced Alchemy provides mixins to enhance model functionality:
57
* - ``AuditColumns``
58
- | Automatic created_at/updated_at timestamps
59
| Tracks record modifications
60
- | ``updated_at`` refreshes during flush when any mapped column value changes, while preserving explicit timestamp overrides
+ | ``updated_at`` refreshes during flush when any mapped column value changes, while preserving explicit timestamp overrides
61
* - ``BigIntPrimaryKey``
62
- | Adds BigInt primary key with sequence
63
* - ``IdentityPrimaryKey``
0 commit comments