12 lines
		
	
	
	
		
			870 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			870 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
Table parsed_url
 | 
						|
================
 | 
						|
 | 
						|
| Field        | Description                        | Type         | Null | Key | Default             | Extra |
 | 
						|
| ------------ | ---------------------------------- | ------------ | ---- | --- | ------------------- | ----- |
 | 
						|
| url          | page url                           | varchar(255) | NO   | PRI | NULL                |       |
 | 
						|
| guessing     | is the "guessing" mode active?     | tinyint(1)   | NO   | PRI | 0                   |       |
 | 
						|
| oembed       | is the data the result of oembed?  | tinyint(1)   | NO   | PRI | 0                   |       |
 | 
						|
| content      | page data                          | text         | NO   |     | NULL                |       |
 | 
						|
| created      | datetime of creation               | datetime     | NO   | MUL | 0000-00-00 00:00:00 |       |
 | 
						|
 | 
						|
Return to [database documentation](help/database)
 |