Pad the lengths of the columns
This commit is contained in:
		
					parent
					
						
							
								a827f948c8
							
						
					
				
			
			
				commit
				
					
						4095e6c9be
					
				
			
		
					 72 changed files with 761 additions and 751 deletions
				
			
		| 
						 | 
				
			
			@ -4,10 +4,10 @@ personal (per user) configuration storage
 | 
			
		|||
 | 
			
		||||
| Field | Description | Type | Null | Key | Default | Extra |
 | 
			
		||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
 | 
			
		||||
| id | Primary key | int unsigned | NO | PRI | NULL | auto_increment |    
 | 
			
		||||
| uid | User id | mediumint unsigned | NO |  | 0 |  |    
 | 
			
		||||
| cat | Category | varchar(50) | NO |  |  |  |    
 | 
			
		||||
| k | Key | varchar(100) | NO |  |  |  |    
 | 
			
		||||
| v | Value | mediumtext | YES |  | NULL |  |    
 | 
			
		||||
| id  | Primary key | int unsigned       | NO  | PRI | NULL | auto_increment |    
 | 
			
		||||
| uid | User id     | mediumint unsigned | NO  |     | 0    |                |    
 | 
			
		||||
| cat | Category    | varchar(50)        | NO  |     |      |                |    
 | 
			
		||||
| k   | Key         | varchar(100)       | NO  |     |      |                |    
 | 
			
		||||
| v   | Value       | mediumtext         | YES |     | NULL |                |    
 | 
			
		||||
 | 
			
		||||
Return to [database documentation](help/database)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue