Skip to content

Table creation improvements, Migration for existing tables. #35

@juliojimenez

Description

@juliojimenez
CREATE TABLE <determined_at_runtime> (
    name String,
    version String,
    license String,
    repository LowCardinality(String),
    inserted_at DateTime DEFAULT now()
) ENGINE = MergeTree()
ORDER BY (name, version, license);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions