Type Alias NumberDataType

NumberDataType:
    | "SMALLINT"
    | "INTEGER"
    | "LONG"
    | "FLOAT"
    | "DOUBLE"
    | "NUMERIC"