BaaS_dbFieldType
public enum BaaS_dbFieldType : String
BaaS database Field Type
.text
For text fields
.number
For numberic fields
-
Undocumented, Help us document it!
Declaration
Swift
case text = "text"
-
Undocumented, Help us document it!
Declaration
Swift
case number = "number"