add:SmallInteger()

This commit is contained in:
xiechen
2021-08-06 11:43:51 +08:00
parent 6ffc318fd0
commit 7baaee63ce
10 changed files with 98 additions and 49 deletions

View File

@ -41,6 +41,7 @@ from ormar.exceptions import ( # noqa: I100
from ormar.fields import (
BaseField,
BigInteger,
SmallInteger,
Boolean,
DECODERS_MAP,
Date,
@ -80,6 +81,7 @@ __version__ = "0.10.15"
__all__ = [
"Integer",
"BigInteger",
"SmallInteger",
"Boolean",
"Time",
"Text",