Interface MapCreateTableColumnDefinition

interface MapCreateTableColumnDefinition {
    keyType: TableScalarType;
    type: "map";
    valueType: TableScalarType;
}

Properties

type: "map"
valueType: TableScalarType