Skip to content

Commit 01ca385

Browse files
committed
Fix typo
1 parent 1e5caaa commit 01ca385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced/sa-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In some cases you may need more control over the columns generated by SQLModel, this can be done by using the `sa_column`, `sa_column_args`, and `sa_column_kwargs` arguments when creating the `Field` object.
44

5-
There are many use cases for this, but ones where this is particularity useful is when you want more advanced defaults for values than what is easy to implement with Pydantic, such `created_at` or `update_at` timestamps for rows.().
5+
There are many use cases for this, but ones where this is particularity useful is when you want more advanced defaults for values than what is easy to implement with Pydantic, such `created_at` or `update_at` timestamps for rows.
66

77
## Columns for Timestamps
88

0 commit comments

Comments
 (0)