< Extension:ArticleRatings
mysql> describe ratings;
+-------------------+----------------+------+-----+---------+-------+
| Field             | Type           | Null | Key | Default | Extra |
+-------------------+----------------+------+-----+---------+-------+
| ratings_title     | varbinary(255) | YES  |     | NULL    |       |
| ratings_rating    | tinyblob       | YES  |     | NULL    |       |
| ratings_namespace | int(11)        | YES  |     | NULL    |       |
+-------------------+----------------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.