support.monitor.mysql.const.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of druid Show documentation
Show all versions of druid Show documentation
An JDBC datasource implementation.
CREATE TABLE druid_const
(
id bigint(20) AUTO_INCREMENT NOT NULL,
domain varchar(45) NOT NULL,
app varchar(45) NOT NULL,
type varchar(45) NOT NULL,
hash bigint(20) NOT NULL,
value text,
PRIMARY KEY (id),
UNIQUE (domain, app, type, hash)
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy