mediawiki-extensions-OATHAuth/sql/postgres/tables-generated.sql

11 lines
331 B
MySQL
Raw Normal View History

-- 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 TEXT DEFAULT NULL,
PRIMARY KEY(id)
);