< Extension:CodeReview
mysql> describe code_authors;
+--------------+----------------+------+-----+---------+-------+
| Field        | Type           | Null | Key | Default | Extra |
+--------------+----------------+------+-----+---------+-------+
| ca_repo_id   | int(11)        | NO   | PRI | NULL    |       |
| ca_author    | varbinary(255) | NO   | PRI |         |       |
| ca_user_text | varbinary(255) | YES  | MUL | NULL    |       |
+--------------+----------------+------+-----+---------+-------+
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.