Database Table: loginstall

From Dreamwidth Notes
Revision as of 23:48, 4 October 2009 by Exor674 (Talk | contribs)

Jump to: navigation, search

Definition

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

Relationships