Manual:$wgExtNewFields/pl

This page is a translated version of the page Manual:$wgExtNewFields and the translation is 22% complete.
Extension fields: $wgExtNewFields
Extension defined fields to be added to existing tables
Wprowadzono w wersji:1.11.0 (r23759)
Usunięto w wersji:1.36.0 (Gerrit change 554602; git #95649c39)
Dozwolone wartości:(patrz poniżej)
Domyślna wartość:[]

Details

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

Usage

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

Zobacz też