Extension:Echo/echo_subscription テーブル

This page is a translated version of the page Extension:Echo/echo subscription table and the translation is 75% complete.

This page describes table echo_subscription.

フィールド

sub_user

sub_event_type

sub_page_namespace

sub_page_title

sub_notify_type

sub_enabled

スキーマ

MediaWiki バージョン:
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       |       |
+--------------------+---------------------+------+-----+---------+-------+