Enhanced database comment
This commit is contained in:
		
					parent
					
						
							
								f7142f0144
							
						
					
				
			
			
				commit
				
					
						ac08bc1362
					
				
			
		
					 3 changed files with 8 additions and 8 deletions
				
			
		|  | @ -6,12 +6,12 @@ tags and mentions | |||
| Fields | ||||
| ------ | ||||
| 
 | ||||
| | Field | Description                                      | Type             | Null | Key | Default | Extra          | | ||||
| | ----- | ------------------------------------------------ | ---------------- | ---- | --- | ------- | -------------- | | ||||
| | id    |                                                  | int unsigned     | NO   | PRI | NULL    | auto_increment | | ||||
| | name  |                                                  | varchar(96)      | NO   |     |         |                | | ||||
| | url   |                                                  | varbinary(255)   | NO   |     |         |                | | ||||
| | type  | Type of the tag (Unknown, Collection or Account) | tinyint unsigned | YES  |     | NULL    |                | | ||||
| | Field | Description                                                                   | Type             | Null | Key | Default | Extra          | | ||||
| | ----- | ----------------------------------------------------------------------------- | ---------------- | ---- | --- | ------- | -------------- | | ||||
| | id    |                                                                               | int unsigned     | NO   | PRI | NULL    | auto_increment | | ||||
| | name  |                                                                               | varchar(96)      | NO   |     |         |                | | ||||
| | url   |                                                                               | varbinary(255)   | NO   |     |         |                | | ||||
| | type  | Type of the tag (Unknown, General Collection, Follower Collection or Account) | tinyint unsigned | YES  |     | NULL    |                | | ||||
| 
 | ||||
| Indexes | ||||
| ------------ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue