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,11 +4,11 @@ OAuth usage
 | 
			
		|||
 | 
			
		||||
| Field | Description | Type | Null | Key | Default | Extra |
 | 
			
		||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
 | 
			
		||||
| id |  | varchar(40) | NO | PRI | NULL |  |    
 | 
			
		||||
| secret |  | text | YES |  | NULL |  |    
 | 
			
		||||
| client_id |  | varchar(20) | NO |  |  |  |    
 | 
			
		||||
| expires |  | int | NO |  | 0 |  |    
 | 
			
		||||
| scope |  | varchar(200) | NO |  |  |  |    
 | 
			
		||||
| uid | User id | mediumint unsigned | NO |  | 0 |  |    
 | 
			
		||||
| id        |         | varchar(40)        | NO  | PRI | NULL |  |    
 | 
			
		||||
| secret    |         | text               | YES |     | NULL |  |    
 | 
			
		||||
| client_id |         | varchar(20)        | NO  |     |      |  |    
 | 
			
		||||
| expires   |         | int                | NO  |     | 0    |  |    
 | 
			
		||||
| scope     |         | varchar(200)       | NO  |     |      |  |    
 | 
			
		||||
| uid       | User id | mediumint unsigned | NO  |     | 0    |  |    
 | 
			
		||||
 | 
			
		||||
Return to [database documentation](help/database)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue