mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
Initial import of CVS-v2_8_branch
This commit is contained in:
11
docs/tables/web_connections.txt
Normal file
11
docs/tables/web_connections.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user