Page MenuHomeWickedGov Phorge

tables-generated.sql
No OneTemporary

Size
687 B
Referenced Files
None
Subscribers
None

tables-generated.sql

-- This file is automatically generated using maintenance/generateSchemaSql.php.
-- Source: sql/tables.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
CREATE TABLE /*_*/oathauth_types (
oat_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
oat_name BLOB NOT NULL
);
CREATE UNIQUE INDEX oat_name ON /*_*/oathauth_types (oat_name);
CREATE TABLE /*_*/oathauth_devices (
oad_id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,
oad_user INTEGER NOT NULL, oad_type INTEGER NOT NULL,
oad_name BLOB DEFAULT NULL, oad_created BLOB DEFAULT NULL,
oad_data BLOB DEFAULT NULL
);
CREATE INDEX oad_user ON /*_*/oathauth_devices (oad_user);

File Metadata

Mime Type
text/plain
Expires
Aug 19 2026, 17:16 (5 w, 9 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/f1/c589e28780abd485e2a682f51ae5
Default Alt Text
tables-generated.sql (687 B)

Event Timeline