Difference between revisions of "Database Table: loginstall"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 +
{{#set:name=loginstall|table type=clustered}}
 
= Definition =
 
= Definition =
  
Line 10: Line 11:
 
  )
 
  )
 
</source>
 
</source>
 
+
{{Database Table Footer}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Clustered database]]
+
 
+
[[Category:Database Tables Needing Conversion|loginstall]]
+

Revision as of 23:48, 4 October 2009

Definition

CREATE TABLE loginstall
(
 userid   INT UNSIGNED NOT NULL,
 ip       INT UNSIGNED NOT NULL,
 TIME     INT UNSIGNED NOT NULL,
 UNIQUE (userid, ip)
 )

Relationships