Manual:$wgExtNewFields

From MediaWiki.org
Jump to: navigation, search
Extensions: $wgExtNewFields
Extension defined fields to be added to existing tables
Introduced in version: 1.11.0 (r23759)
Removed in version: still in use
Allowed values: See details
Default value: array()

Other settings: Alphabetical | By Function


[edit] Details

Used to add fields to existing tables. Used for MySQL tables, for PostgreSQL, use Manual:$wgExtPGNewFields.

[edit] Usage

$wgExtNewFields[] = array( 'tablename', 'column_name', 'schema_file.sql' );

[edit] See also

Language: English  • 日本語
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox