Interface ScalarCreateTableColumnDefinition

interface ScalarCreateTableColumnDefinition {
    type: TableScalarType;
}

Properties

Properties