Wikibase/Schema/wb_changes

From mediawiki.org

Fields[edit]

change_id[edit]

  • ...

change_type[edit]

  • ...

change_time[edit]

  • Holds the timestamp of the edit.

change_object_id[edit]

  • Holds the QID of the edited item. (?)

change_revision_id[edit]

  • This is equal to the rev_id of the edit made by user.

change_user_id[edit]

  • This is equal to the user_id of the user who made this edit. The value for this field is 0 for anonymous edits, initializations scripts, and for some mass imports.

change_info[edit]

  • a compactDiff

Versions[edit]

Current as of Wikibase 0.4 (19 Feb 2013)

+--------------------+------------------+------+-----+---------+----------------+
| Field              | Type             | Null | Key | Default | Extra          |
+--------------------+------------------+------+-----+---------+----------------+
| change_id          | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| change_type        | varbinary(25)    | NO   | MUL | NULL    |                |
| change_time        | varbinary(14)    | NO   | MUL | NULL    |                |
| change_object_id   | varbinary(14)    | NO   | MUL | NULL    |                |
| change_revision_id | int(10) unsigned | NO   | MUL | NULL    |                |
| change_user_id     | int(10) unsigned | NO   | MUL | NULL    |                |
| change_info        | blob             | NO   |     | NULL    |                |
+--------------------+------------------+------+-----+---------+----------------+

See also[edit]