Page MenuHomeWickedGov Phorge

translate_sections.sql
No OneTemporary

Size
286 B
Referenced Files
None
Subscribers
None

translate_sections.sql

CREATE TABLE /*_*/translate_sections (
trs_page INTEGER UNSIGNED NOT NULL,
trs_key BLOB NOT NULL,
trs_text BLOB NOT NULL,
trs_order INTEGER UNSIGNED DEFAULT NULL,
PRIMARY KEY(trs_page, trs_key)
);
CREATE INDEX trs_page_order ON /*_*/translate_sections (trs_page, trs_order);

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 20:14 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c7/e8/db7f5e1b07d51388f822b510a1a9
Default Alt Text
translate_sections.sql (286 B)

Event Timeline