Interface SetCreateTableColumnDefinition

interface SetCreateTableColumnDefinition {
    type: "set";
    valueType: TableScalarType;
}

Properties

Properties

type: "set"
valueType: TableScalarType