Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.Sometimes, you may want to set default values for item fields
Default value types
| Type | Example | Description |
|---|---|---|
| String | DEFAULT "value" | Default string literal |
| Number | DEFAULT 0 | Default numeric value |
| Timestamp | DEFAULT NOW | Automatically set to current timestamp on creation |
Example
In the example below, theage field has not been provided when inserting the item so the default value of 0 will be used.