Type Alias DataType

DataType: "string" | "int" | "float" | "boolean" | "null" | SQLType

Possible data types for the Database. Includes raw types.