mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			439 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
            WEB_CONNECTIONS Table Layout for Rivendell
 | 
						|
 | 
						|
The WEB_CONNECTIONS table holds data concerning each authenticated web
 | 
						|
browser connection.
 | 
						|
 | 
						|
FIELD NAME           TYPE             REMARKS
 | 
						|
--------------------------------------------------------------------------
 | 
						|
SESSION_ID           unsigned int(10) Primary key
 | 
						|
LOGIN_NAME           char(255)        From USERS.LOGIN_NAME
 | 
						|
IP_ADDRESS           char(16)
 | 
						|
TIMESTAMP            datetime
 |