Page MenuHomeWickedGov Phorge

translate_message_group_subscriptions.sql
No OneTemporary

Size
270 B
Referenced Files
None
Subscribers
None

translate_message_group_subscriptions.sql

CREATE TABLE /*_*/translate_message_group_subscriptions (
tmgs_user_id INTEGER UNSIGNED NOT NULL,
tmgs_group BLOB NOT NULL,
PRIMARY KEY(tmgs_group, tmgs_user_id)
);
CREATE INDEX translate_tmgs_user_id ON /*_*/translate_message_group_subscriptions (tmgs_user_id);

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 20:49 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a3/b8/101d64f45209d4a9a312ebb2371a
Default Alt Text
translate_message_group_subscriptions.sql (270 B)

Event Timeline