Extension:Echo/echo email batch table/cs
Verze MediaWiki: | ≥ 1.21 |
Pole
eeb_id
Primární klíč.
eeb_user_id
eeb_event_priority
eeb_event_id
eeb_event_hash
Schéma
Verze MediaWiki: | ≥ 1.22 |
mysql> describe echo_email_batch; +--------------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------------+---------------------+------+-----+---------+----------------+ | eeb_id | int(10) unsigned | NO | PRI | NULL | auto_increment | | eeb_user_id | int(10) unsigned | NO | MUL | NULL | | | eeb_event_priority | tinyint(3) unsigned | NO | | 10 | | | eeb_event_id | int(10) unsigned | NO | | NULL | | | eeb_event_hash | varbinary(32) | NO | | NULL | | +--------------------+---------------------+------+-----+---------+----------------+
Verze MediaWiki: | 1.21 |
mysql> describe echo_email_batch; +--------------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------------+---------------------+------+-----+---------+----------------+ | eeb_id | int(10) unsigned | NO | PRI | NULL | auto_increment | | eeb_user_id | int(10) unsigned | NO | MUL | NULL | | | eeb_event_priority | tinyint(3) unsigned | NO | | 10 | | | eeb_event_id | int(10) unsigned | NO | | NULL | | +--------------------+---------------------+------+-----+---------+----------------+Category:Wikimedia extension database tables/cs#echo email batch%20table