Difference between revisions of "Database Table: active user"

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

Revision as of 20:29, 26 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 db