Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431676
patch-collation.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
196 B
Referenced Files
None
Subscribers
None
patch-collation.sql
View Options
CREATE
TABLE
"collation"
(
collation_id
SMALLSERIAL
NOT
NULL
,
collation_name
TEXT
NOT
NULL
,
PRIMARY
KEY
(
collation_id
)
);
CREATE
UNIQUE
INDEX
collation_name
ON
"collation"
(
collation_name
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 20:57 (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ff/a9/7dccbca842d48a710b8c27f9cda2
Default Alt Text
patch-collation.sql (196 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment