Database Table: infohistory

From Dreamwidth Notes
Revision as of 16:00, 22 July 2010 by Exor674Bot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a global table.

Definition

CREATE TABLE infohistory (
    userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
    what VARCHAR(15) NOT NULL DEFAULT '',
    timechange datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    oldvalue VARCHAR(255) DEFAULT NULL,
    other VARCHAR(30) DEFAULT NULL,
 
    KEY userid (userid)
)

Relationships

Outgoing

  • Foreign key: userid to user.userid