Extension:Translate/translate sections table

mysql> describe translate_sections;
+-----------+------------------+------+-----+---------+-------+
| Field     | Type             | Null | Key | Default | Extra |
+-----------+------------------+------+-----+---------+-------+
| trs_page  | int(10) unsigned | NO   | PRI | NULL    |       |
| trs_key   | varbinary(255)   | NO   | PRI | NULL    |       |
| trs_text  | mediumblob       | NO   |     | NULL    |       |
| trs_order | int(10) unsigned | YES  |     | NULL    |       |
+-----------+------------------+------+-----+---------+-------+