Page MenuHomeWickedGov Phorge

cu_useragent.sql
No OneTemporary

Size
435 B
Referenced Files
None
Subscribers
None

cu_useragent.sql

-- This file is automatically generated using maintenance/generateSchemaSql.php.
-- Source: extensions/CheckUser/schema/cu_useragent.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
CREATE TABLE /*_*/cu_useragent (
cuua_id BIGINT UNSIGNED AUTO_INCREMENT NOT NULL,
cuua_text VARBINARY(255) NOT NULL,
INDEX cuua_text (cuua_text),
PRIMARY KEY(cuua_id)
) /*$wgDBTableOptions*/;

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 19:39 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
14/83/014dcf5c76631eb1f635797cd6bb
Default Alt Text
cu_useragent.sql (435 B)

Event Timeline