mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-12-04 12:48:25 +00:00
11 lines
358 B
MySQL
11 lines
358 B
MySQL
|
-- This file is automatically generated using maintenance/generateSchemaSql.php.
|
||
|
-- Source: ./tables.json
|
||
|
-- Do not modify this file directly.
|
||
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
CREATE TABLE /*_*/oathauth_users (
|
||
|
id INT NOT NULL,
|
||
|
module VARCHAR(255) NOT NULL,
|
||
|
data BLOB DEFAULT NULL,
|
||
|
PRIMARY KEY(id)
|
||
|
) /*$wgDBTableOptions*/;
|