Extension:ContentTranslation/cx suggestions table

mysql> describe cx_suggestions;
+---------------------+----------------+------+-----+---------+-------+
| Field               | Type           | Null | Key | Default | Extra |
+---------------------+----------------+------+-----+---------+-------+
| cxs_list_id         | int(11)        | NO   | MUL | NULL    |       |
| cxs_source_language | varbinary(36)  | NO   |     | NULL    |       |
| cxs_target_language | varbinary(36)  | YES  |     | NULL    |       |
| cxs_title           | varbinary(512) | NO   |     | NULL    |       |
+---------------------+----------------+------+-----+---------+-------+
Category:Wikimedia extension database tables#cx suggestions%20table
Category:Wikimedia extension database tables