3 lines
		
	
	
		
			93 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			93 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| DROP TABLE IF EXISTS test.large_event;
 | |
| CREATE TABLE test.large_event(id INT, data LONGBLOB);
 | 
