Column Definition Syntax
Column Definition Examples
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<column name> <column type> [(<column size / property list>)] [[NOT] NULL]
id INTEGER(SHARD_KEY) -- id is an integer and the table's shard key
name VARCHAR(64, TEXT_SEARCH) -- name is a 64-byte limited string and text-searchable
ip IPV4 -- ip is a string in IPv4 format
cost DECIMAL(10, 2) -- cost is able to hold an 8.2 decimal