Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4099692
tables-generated.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
487 B
Referenced Files
None
Subscribers
None
tables-generated.sql
View Options
-- This file is automatically generated using maintenance/generateSchemaSql.php.
-- Source: extensions/GlobalPreferences/sql/tables.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
CREATE
TABLE
/*_*/
global_preferences
(
gp_user
INT
UNSIGNED
NOT
NULL
,
gp_property
VARBINARY
(
255
)
NOT
NULL
,
gp_value
BLOB
DEFAULT
NULL
,
INDEX
global_preferences_property
(
gp_property
),
PRIMARY
KEY
(
gp_user
,
gp_property
)
)
/*$wgDBTableOptions*/
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 16:02 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
03/a5/185d8ff38ee8cbd38898a6b59f7e
Default Alt Text
tables-generated.sql (487 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment