Input
Executionexec_in
Data/Database/Schema
Adds a column using a typed SQL expression (e.g. 0, '', CAST(NULL AS STRING)). LanceDB rejects bare NULL — wrap it in CAST(... AS <type>). Supported types: int, bigint, float, double, string, binary, boolean, date, timestamp.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Database Connection Reference
Name of the column to add
Typed SQL expression used to populate existing rows. Examples: 0, '', CAST(NULL AS STRING). Bare NULL is rejected; LanceDB supports int, bigint, float, double, string, binary, boolean, date, timestamp.
Done altering schema
Updated database schema