You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Stuff to consider...
Primative types from typesystem...
typesystem.String
/orm.String
typesystem.Integer
/orm.Integer
typesystem.Float
/orm.Float
typesystem.Decimal
/orm.Decimal
typesystem.Boolean
/orm.Boolean
checkbox, (radio or select could also be valid)typesystem.Choice
select (radio could also be valid)typesystem.Text
/orm.Text
textareatypesystem.Date
/orm.Date
typesystem.Time
/orm.Time
precision=...typesystem.DateTime
/orm.DateTime
precision=...typesystem.Any
/orm.JSON
Other formats...
typesystem.UUID
/orm.UUID
More complex types...
The text was updated successfully, but these errors were encountered: