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

mybatis.uudb.mysql.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),
			INDEX		(gcid)
		)  ENGINE=InnoDB DEFAULT CHARSET=#{param1} AUTO_INCREMENT=1;
	





© 2015 - 2024 Weber Informatics LLC | Privacy Policy