Manual:user_newtalk table

From MediaWiki.org
Jump to: navigation, search
Manual:Contents MediaWiki database layout user_newtalk table


The user_newtalk table stores the IDs or IP addresses of users whose talk pages have been changed. This information is used for the display of the "you have new messages" box. The respective row is deleted when the user looks at the page.

Fields[edit | edit source]

user_id[edit | edit source]

Key to user.user_id or "0" for anonymous users.

user_ip[edit | edit source]

If the user is an anonymous user their IP address is stored here since the user_id of 0 is ambiguous

user_last_timestamp[edit | edit source]

MediaWiki version: 1.13

Timestamp for getting the difference since last view.

Versions[edit | edit source]

(Current as of v1.22)

MediaWiki version: 1.19
+---------------------+---------------+------+-----+---------+-------+
| Field               | Type          | Null | Key | Default | Extra |
+---------------------+---------------+------+-----+---------+-------+
| user_id             | int(11)       | NO   | MUL | 0       |       |
| user_ip             | varbinary(40) | NO   | MUL |         |       |
| user_last_timestamp | varbinary(14) | YES  |     | NULL    |       |
+---------------------+---------------+------+-----+---------+-------+


MediaWiki version: 1.13

describe user_newtalk; in version 1.13:

+---------------------+---------------+------+-----+---------+-------+
| Field               | Type          | Null | Key | Default | Extra |
+---------------------+---------------+------+-----+---------+-------+
| user_id             | int(11)       | NO   | MUL | 0       |       | 
| user_ip             | varbinary(40) | NO   | MUL |         |       | 
| user_last_timestamp | binary(14)    | NO   |     |         |       | 
+---------------------+---------------+------+-----+---------+-------+


MediaWiki version: 1.12

describe user_newtalk; in version 1.12:

+---------+-------------+------+-----+---------+-------+
| Field   | Type        | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| user_id | int(5)      | NO   | MUL | 0       |       |
| user_ip | varchar(40) | NO   | MUL | NULL    |       |
+---------+-------------+------+-----+---------+-------+


MediaWiki version: 1.11

describe user_newtalk; in version 1.11:

+---------+-------------+------+-----+---------+-------+
| Field   | Type        | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| user_id | int(11)     | NO   | MUL | 0       |       |
| user_ip | varbinary(40)| NO  | MUL | NULL    |       |
+---------+-------------+------+-----+---------+-------+


MediaWiki version: 1.10
MediaWiki version: 1.9

describe user_newtalk; in versions 1.9 and 1.10:

+---------+-------------+------+-----+---------+-------+
| Field   | Type        | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| user_id | int(5)      | NO   | MUL | 0       |       |
| user_ip | varchar(40) | NO   | MUL | NULL    |       |
+---------+-------------+------+-----+---------+-------+


MediaWiki version: 1.8

describe user_newtalk; in version 1.8:

+---------+-------------+------+-----+---------+-------+
| Field   | Type        | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| user_id | int(5)      | NO   | MUL | 0       |       |
| user_ip | varchar(40) | NO   | MUL | NULL    |       |
+---------+-------------+------+-----+---------+-------+
Databases Engines: MySQLOraclePostgreSQLSQLite
Technical documentation: Schema (tables) – API property associationsField prefixesPrimary key storage in other fieldsWikimedia extension tables
Configuration: SettingsSharing
Development: AccessOptimizationPolicyUpdaterExtension schema updatesPatch file
Core tables: archivecategorycategorylinkschange_tagconfigexternallinksfilearchivehitcounterimageimagelinksinterwikiiwlinksipblocksjobl10n_cachelanglinkslogginglog_searchmsg_resourcemsg_resource_linksmodule_depsobjectcacheoldimagepagepagelinkspage_propspage_restrictionsprotected_titlesquerycachequerycachetwoquerycache_inforecentchangesredirectrevisionsearchindexsitessite_statstag_summarytemplatelinkstexttranscacheupdateloguploadstashuseruser_former_groupsuser_groupsuser_newtalkuser_propertiesvalid_tagwatchlist
Language: English  • 日本語