Difference between revisions of "Database Table: loginstall"
From Dreamwidth Notes
m |
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
||
Line 1: | Line 1: | ||
− | |||
= Definition = | = Definition = | ||
Line 18: | Line 17: | ||
[[Clustered database]] | [[Clustered database]] | ||
− | [[Category: Database Tables|loginstall]] | + | [[Category:Database Tables Needing Conversion|loginstall]] |
Revision as of 14:02, 2 October 2009
Definition
CREATE TABLE loginstall ( userid INT UNSIGNED NOT NULL, ip INT UNSIGNED NOT NULL, TIME INT UNSIGNED NOT NULL, UNIQUE (userid, ip) )