Jump to content
MediaWiki

Extension:Echo/echo_notification table

From mediawiki.org

A notification is a user being notified about a certain event. Multiple users can be notified about the same event.

Fields

[edit ]

notification_event

[edit ]

Key to echo_event.event_id

notification_user

[edit ]

Key to user.user_id

notification_timestamp

[edit ]

Timestamp when the notification was created

notification_read_timestamp

[edit ]

Timestamp when the user read the notification, or null if unread

notification_bundle_hash

[edit ]

Hash for bundling together similar notifications. Notifications that can be bundled together will have the same hash

Schema summary

[edit ]
MediaWiki version:
≥ 1.33
mysql> describe echo_notification;
+----------------------------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------------------------------+------------------+------+-----+---------+-------+
| notification_event | int(10) unsigned | NO | PRI | NULL | |
| notification_user | int(10) unsigned | NO | PRI | NULL | |
| notification_timestamp | binary(14) | NO | | NULL | |
| notification_read_timestamp | binary(14) | YES | | NULL | |
| notification_bundle_hash | varbinary(32) | NO | | NULL | |
+----------------------------------+------------------+------+-----+---------+-------+
MediaWiki versions:
1.22 – 1.32
mysql> describe echo_notification;
+----------------------------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------------------------------+------------------+------+-----+---------+-------+
| notification_event | int(10) unsigned | NO | PRI | NULL | |
| notification_user | int(10) unsigned | NO | PRI | NULL | |
| notification_timestamp | binary(14) | NO | | NULL | |
| notification_read_timestamp | binary(14) | YES | | NULL | |
| notification_bundle_base | tinyint(1) | NO | | 1 | |
| notification_bundle_hash | varbinary(32) | NO | | NULL | |
| notification_bundle_display_hash | varbinary(32) | NO | | NULL | |
+----------------------------------+------------------+------+-----+---------+-------+
MediaWiki versions:
1.20 – 1.21
mysql> describe echo_notification;
+-----------------------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-----------------------------+------------------+------+-----+---------+-------+
| notification_event | int(10) unsigned | NO | PRI | NULL | |
| notification_user | int(10) unsigned | NO | PRI | NULL | |
| notification_timestamp | binary(14) | NO | | NULL | |
| notification_read_timestamp | binary(14) | YES | | NULL | |
+-----------------------------+------------------+------+-----+---------+-------+
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former
Wikimedia extension database tables
AbuseFilter
AntiSpoof
Babel
BetaFeatures
BounceHandler
CampaignEvents
CentralAuth
CentralNotice
CheckUser
Cognate
CommunityRequests
ContentTranslation
CreditsSource
DiscussionTools
Echo
EntitySchema
FlaggedRevs
GeoData
GlobalBlocking
GlobalPreferences
GlobalUsage
GrowthExperiments
Linter
LiquidThreads
LoginNotify
MediaModeration
Math
Newsletter
OATHAuth
OAuth
ORES
PageAssessments
PageTriage
Proofread Page
PropertySuggester
ReadingLists
SecurePoll
ShortUrl
TimedMediaHandler
Translate
UploadWizard
UrlShortener
WikibaseQualityConstraints
Wikibase Client
Wikibase Repository
WikiLambda
WikiLove
WikimediaCampaignEvents
WikimediaEditorTasks

AltStyle によって変換されたページ (->オリジナル) /