Merge pull request #1 from ProgrammerPlus1998/origin/add_smallinteger

add:SmallInteger()
This commit is contained in:
ProgrammerPlus
2021-08-05 19:55:59 +08:00
committed by GitHub

View File

@ -614,6 +614,7 @@ Available Model Fields (with required args - optional ones in docs):
* `Time()` * `Time()`
* `DateTime()` * `DateTime()`
* `JSON()` * `JSON()`
* `SmallInteger()`
* `BigInteger()` * `BigInteger()`
* `Decimal(scale, precision)` * `Decimal(scale, precision)`
* `UUID()` * `UUID()`