Erweiterung:Echo/echo_email_batch-Tabelle

From mediawiki.org
This page is a translated version of the page Extension:Echo/echo email batch table and the translation is 100% complete.
MediaWiki Version:
1.21

Felder

eeb_id

Primärschlüssel.

eeb_user_id

eeb_event_priority

eeb_event_id

eeb_event_hash

Schema

MediaWiki Version:
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    |                |
+--------------------+---------------------+------+-----+---------+----------------+
MediaWiki Version:
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    |                |
+--------------------+---------------------+------+-----+---------+----------------+