Extension:Echo/echo_subscription table
Appearance
From mediawiki.org
This page describes table echo_subscription.
Fields
[edit ]sub_user
[edit ]sub_event_type
[edit ]sub_page_namespace
[edit ]sub_page_title
[edit ]sub_notify_type
[edit ]sub_enabled
[edit ]Schema
[edit ] MediaWiki versions:
1.20 – 1.21
mysql> describe echo_subscription; +--------------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------------+---------------------+------+-----+---------+-------+ | sub_user | int(10) unsigned | NO | MUL | NULL | | | sub_event_type | varbinary(64) | NO | | NULL | | | sub_page_namespace | int(10) unsigned | YES | MUL | NULL | | | sub_page_title | varbinary(255) | YES | | NULL | | | sub_notify_type | varbinary(64) | NO | | NULL | | | sub_enabled | tinyint(1) unsigned | NO | | 1 | | +--------------------+---------------------+------+-----+---------+-------+