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

support.monitor.mysql.const.sql Maven / Gradle / Ivy

There is a newer version: 1.2.23
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy