Extension:Echo/echo_email_batch table

From Linux Web Expert

MediaWiki version:
<translate> ≥</translate> 1.21

Fields

eeb_id

Primary key.

eeb_user_id

eeb_event_priority

eeb_event_id

eeb_event_hash

Schema

MediaWiki version:
<translate> ≥</translate> 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    |                |
+--------------------+---------------------+------+-----+---------+----------------+
<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.21</tvar> is unsupported version</translate>">
1.21
MediaWiki version:
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    |                |
+--------------------+---------------------+------+-----+---------+----------------+