Difference between revisions of "Database Table: loginlog"

From Dreamwidth Notes
Jump to: navigation, search
m
m
Line 1: Line 1:
 
 
= Definition =
 
= Definition =
  
Line 19: Line 18:
 
[[Clustered database]]
 
[[Clustered database]]
  
[[Category: Database Table|loginlog]]
+
[[Category: Database Tables|loginlog]]

Revision as of 20:19, 31 March 2009

Definition

CREATE TABLE loginlog (
   userid    INT UNSIGNED NOT NULL,
   logintime INT UNSIGNED NOT NULL,
   INDEX     (userid, logintime),
   sessid    MEDIUMINT UNSIGNED NOT NULL,
   ip        VARCHAR(15),
   ua        VARCHAR(100)
)

Relationships

Location

Clustered database