Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Bigint to README.md
  • Loading branch information
GDWR committed Apr 18, 2021
commit bd3ad45417e8c9c7ca9db467575fa09f790d52c8
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ See TypeSystem for [type-specific validation keyword arguments][typesystem-field

* `orm.String(max_length)`
* `orm.Text()`
* `orm.BigInteger()`
* `orm.Boolean()`
* `orm.Integer()`
* `orm.Float()`
Expand Down