Extension:Echo/echo_subscription table
This page describes table echo_subscription.
Fields
editsub_user
editsub_event_type
editsub_page_namespace
editsub_page_title
editsub_notify_type
editsub_enabled
editSchema
editMediaWiki 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 | | +--------------------+---------------------+------+-----+---------+-------+