Difference between revisions of "Database Table: active user"

From Dreamwidth Notes
Jump to: navigation, search
m
Line 15: Line 15:
 
= Location =
 
= Location =
  
[[Clustered db]]
+
[[Clustered database]]
  
 
[[Category: Database Tables|active_user]]
 
[[Category: Database Tables|active_user]]

Revision as of 11:55, 31 March 2009

Definition

CREATE TABLE active_user (
   userid INT UNSIGNED NOT NULL,
   TYPE   CHAR(1) NOT NULL,
   TIME   INT UNSIGNED NOT NULL,
   KEY (userid),
   KEY (TIME)
)

Relationships

Location

Clustered database