Extension:WikiSearch/search properties table

Fields edit

page_id edit

The article ID of the page that defines this property.

property edit

The name of the property.

Schema edit

mysql> DESCRIBE search_properties;
+-----------------+------------------+------+-----+---------+-------+
| Field           | Type             | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| page_id         | integer          | NO   | PRI | NULL    |       |
| property        | varchar(255)     | NO   | PRI | NULL    |       |
+-----------------+------------------+------+-----+---------+-------+