Erweiterung:Echo/echo_subscription-Tabelle
Appearance
Diese Seite beschreibt die Tabelle echo_subscription.
Felder
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 | | +--------------------+---------------------+------+-----+---------+-------+