Manual:$wgExtPGNewFields/de-formal
![]() | This feature was removed completely in version 1.36.0. |
Extension fields: $wgExtPGNewFields | |
---|---|
Extension defined fields to be added to existing tables |
|
Eingeführt in Version: | 1.11.0 |
Entfernt in Version: | 1.36.0 (Gerrit change 554602; git #95649c39) |
Erlaubte Werte: | (see below) |
Standardwert: | [] |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Used to add fields to existing tables.
Used for PostgreSQL tables.
For MySQL, use $wgExtNewFields
.
Usage
$wgExtPGNewFields[] = array( 'tablename', 'column_name', 'column_type' );