Type alias TableScalarType

TableScalarType: "ascii" | "bigint" | "blob" | "boolean" | "date" | "decimal" | "double" | "duration" | "float" | "int" | "inet" | "smallint" | "text" | "time" | "timestamp" | "tinyint" | "uuid" | "varint"
Overview

Represents the scalar types that can be used to define a column in a table.

Disclaimer

Note that there may be other scalar types not present in this union that have partial Data API support, but may not be created through the Data API (such as timeuuid or varchar).