I'm getting an Error with the Database query for SafeX: 
	 
 
	Error
 
	SQL query:
 
	CREATE TABLE IF NOT EXISTS `safex` ( `uid` varchar(32) NOT NULL, `safex_player` varchar(20000) NOT NULL DEFAULT '[]', `marxet_player` varchar(20000) NOT NULL DEFAULT '[]', PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8
 
	MySQL said: 
 
	#1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs