| MediaWiki version: |
≥ 1.20 |
Table for holding configuration changes. Accessed by DatabaseConf.php.
Fields [edit]
- cf_name
- (Describe me!)
- cf_value
- (Describe me!)
mysql> DESCRIBE config;
+----------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+----------------+------+-----+---------+-------+
| cf_name | varbinary(255) | NO | PRI | NULL | |
| cf_value | blob | NO | | NULL | |
+----------+----------------+------+-----+---------+-------+
2 rows in set (0.03 sec)