< Extension:ReadingLists
mysql> describe reading_list_project;
+-------------+------------------+------+-----+---------+----------------+
| Field       | Type             | Null | Key | Default | Extra          |
+-------------+------------------+------+-----+---------+----------------+
| rlp_id      | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| rlp_project | varbinary(255)   | NO   | UNI | NULL    |                |
+-------------+------------------+------+-----+---------+----------------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.