Extension:Echo/echo subscription table

From mediawiki.org

This page describes table echo_subscription.

Fields

sub_user

sub_event_type

sub_page_namespace

sub_page_title

sub_notify_type

sub_enabled

Schema

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       |       |
+--------------------+---------------------+------+-----+---------+-------+