< Extension:WikiSearch

Fields

page_id

The article ID of the page that defines this search parameter.

parameter_key

The key of the search parameter.

parameter_value

The value of the search parameter.

Schema

mysql> DESCRIBE search_parameters;
+-----------------+------------------+------+-----+---------+-------+
| Field           | Type             | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| page_id         | integer          | NO   | PRI | NULL    |       |
| parameter_key   | varchar(255)     | NO   | PRI | NULL    |       |
| parameter_value | varchar(1024)    | NO   |     | NULL    |       |
+-----------------+------------------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.