more checks for table and pydantic model creation
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
from orm.fields import Integer, BigInteger, Boolean, Time, Text, String, JSON, DateTime, Date, Decimal, Float
|
||||
from orm.models import Model
|
||||
|
||||
__all__ = [
|
||||
"Integer",
|
||||
"BigInteger",
|
||||
"Boolean",
|
||||
"Time",
|
||||
"Text",
|
||||
"String",
|
||||
"JSON",
|
||||
"DateTime",
|
||||
"Date",
|
||||
"Decimal",
|
||||
"Float",
|
||||
"Model"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user