Page MenuHomeWickedGov Phorge

tables-generated.sql
No OneTemporary

Size
503 B
Referenced Files
None
Subscribers
None

tables-generated.sql

-- This file is automatically generated using maintenance/generateSchemaSql.php.
-- Source: tests/phpunit/data/schema-maintenance/tables.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
CREATE TABLE /*_*/actor (
actor_id BIGINT UNSIGNED NOT NULL,
actor_user INT UNSIGNED NOT NULL,
actor_name VARCHAR(255) NOT NULL,
UNIQUE INDEX actor_user (actor_user),
UNIQUE INDEX actor_name (actor_name),
PRIMARY KEY(actor_id)
) /*$wgDBTableOptions*/;

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 14:58 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b5/3c/77ade79d0253045aef6e4c70154d
Default Alt Text
tables-generated.sql (503 B)

Event Timeline