Page MenuHomeWickedGov Phorge

tables-generated.sql
No OneTemporary

Size
492 B
Referenced Files
None
Subscribers
None

tables-generated.sql

-- 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 INTEGER UNSIGNED NOT NULL,
gp_property BLOB NOT NULL,
gp_value BLOB DEFAULT NULL,
PRIMARY KEY(gp_user, gp_property)
);
CREATE INDEX global_preferences_property ON /*_*/global_preferences (gp_property);

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 17:57 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/88/0d88045a05dd968c9e917c58fdaf
Default Alt Text
tables-generated.sql (492 B)

Event Timeline