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

com.carrotsearch.junitbenchmarks.h2.000-create-runs.sql Maven / Gradle / Ivy


CREATE TABLE IF NOT EXISTS RUNS
(
    ID          INT     AUTO_INCREMENT  PRIMARY KEY,

    TSTAMP      TIMESTAMP NOT NULL DEFAULT NOW(),

    JVM         VARCHAR(500),
    OS          VARCHAR(500)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy