Skip to content

Commit 9178592

Browse files
committed
docs: fix modeling table formatting
1 parent f27a884 commit 9178592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/modeling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Additionally, Advanced Alchemy provides mixins to enhance model functionality:
5757
* - ``AuditColumns``
5858
- | Automatic created_at/updated_at timestamps
5959
| Tracks record modifications
60-
| ``updated_at`` refreshes during flush when any mapped column value changes, while preserving explicit timestamp overrides
60+
| ``updated_at`` refreshes during flush when any mapped column value changes, while preserving explicit timestamp overrides
6161
* - ``BigIntPrimaryKey``
6262
- | Adds BigInt primary key with sequence
6363
* - ``IdentityPrimaryKey``

0 commit comments

Comments
 (0)