Difference between revisions of "Database Table: infohistory"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
||
Line 20: | Line 20: | ||
[[Global database]] | [[Global database]] | ||
− | [[Category: Database Tables|infohistory]] | + | [[Category:Database Tables Needing Conversion|infohistory]] |
Revision as of 14:02, 2 October 2009
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
Foreign key userid to user.userid