mysql> describe translate_stash;
+--------------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+--------------+----------------+------+-----+---------+-------+
| ts_user | int(11) | NO | PRI | NULL | |
| ts_namespace | int(11) | NO | PRI | NULL | |
| ts_title | varbinary(255) | NO | PRI | NULL | |
| ts_value | mediumblob | NO | | NULL | |
| ts_metadata | mediumblob | NO | | NULL | |
+--------------+----------------+------+-----+---------+-------+