8 lines
		
	
	
		
			165 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			165 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| CREATE TABLE `document` (
 | |
| 	`name` text NOT NULL,
 | |
| 	`last_modified` integer NOT NULL,
 | |
| 	`contentType` text NOT NULL,
 | |
| 	`size` integer NOT NULL,
 | |
| 	`perm` text NOT NULL
 | |
| );
 |