Page MenuHomeWickedGov Phorge

translate_sections.sql
No OneTemporary

Size
283 B
Referenced Files
None
Subscribers
None

translate_sections.sql

CREATE TABLE /*_*/translate_sections (
trs_page INT UNSIGNED NOT NULL,
trs_key VARBINARY(255) NOT NULL,
trs_text MEDIUMBLOB NOT NULL,
trs_order INT UNSIGNED DEFAULT NULL,
INDEX trs_page_order (trs_page, trs_order),
PRIMARY KEY(trs_page, trs_key)
) /*$wgDBTableOptions*/;

File Metadata

Mime Type
text/plain
Expires
Sat, May 16, 14:26 (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
93/74/5de9ca0f1d44113b5896dd952b92
Default Alt Text
translate_sections.sql (283 B)

Event Timeline