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

mybatis.uudb.h2.xml Maven / Gradle / Ivy

There is a newer version: 2.10.3
Show newest version





	
		CREATE TABLE IF NOT EXISTS UUDB_CLASSIC (
			gcid 		VARCHAR(255),
			xlogin 		VARCHAR(255),
			token 		VARCHAR(8192),
			role 		VARCHAR(255),
			projects 	VARCHAR(1024),
			UNIQUE		(gcid, token)
		);
		CREATE INDEX IF NOT EXISTS IDX_GCID ON UUDB_CLASSIC(gcid);
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy