Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4144554
tables-generated.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
687 B
Referenced Files
None
Subscribers
None
tables-generated.sql
View Options
-- 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
Details
Attached
Mime Type
text/plain
Expires
Aug 19 2026, 17:16 (5 w, 10 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/f1/c589e28780abd485e2a682f51ae5
Default Alt Text
tables-generated.sql (687 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment