-- 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 spoofuser ( su_name TEXT NOT NULL, su_normalized TEXT DEFAULT NULL, su_legal SMALLINT DEFAULT NULL, su_error TEXT DEFAULT NULL, PRIMARY KEY(su_name) ); CREATE INDEX su_normname_idx ON spoofuser (su_normalized, su_name);