Difference between revisions of "Database Table: infohistory"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use database table header template.)
m
Line 1: Line 1:
 
{{Database Table|name=infohistory|table type=global}}
 
{{Database Table|name=infohistory|table type=global}}
 +
= Definition =
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE infohistory (
 
CREATE TABLE infohistory (

Revision as of 07:11, 28 January 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. 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