Database Table: tempanonips
From Dreamwidth Notes
Revision as of 07:02, 28 January 2010 by Exor674Bot (Talk | contribs)
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.
Definition
CREATE TABLE tempanonips ( reporttime INT(10) UNSIGNED NOT NULL, ip VARCHAR(15) NOT NULL, journalid INT(10) UNSIGNED NOT NULL, jtalkid MEDIUMINT(8) UNSIGNED NOT NULL, PRIMARY KEY (journalid, jtalkid), INDEX (reporttime) )