Database Table: loginstall

From Dreamwidth Notes
Revision as of 14:02, 2 October 2009 by Exor674Bot (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

Location

Clustered database