All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.sql.V1__Initialise_Report_Schema.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE aggregate_report (
    name VARCHAR(64) NOT NULL,
    selectorPattern VARCHAR(256) NOT NULL,
    timeWindows VARCHAR(1024) NOT NULL,
    thresholds VARCHAR(1024) NOT NULL,
    PRIMARY KEY (name));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy