Here the second try,
mysql> SHOW FULL COLUMNS FROM jos_TeraWurflIndex from folmag_mainsmart;
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| deviceID | varchar(64) | utf8_bin | NO | PRI | | | select,insert,update,references | |
| matcher | varchar(64) | utf8_general_ci | NO | | | | select,insert,update,references | |
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
2 rows in set (0.00 sec)
mysql> SHOW FULL COLUMNS FROM jos_TeraWurflMerge from folmag_mainsmart;
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| deviceID | varchar(64) | utf8_bin | NO | PRI | | | select,insert,update,references | |
| user_agent | varchar(255) | utf8_general_ci | YES | MUL | NULL | | select,insert,update,references | |
| fall_back | varchar(64) | utf8_general_ci | YES | MUL | NULL | | select,insert,update,references | |
| actual_device_root | tinyint(1) | NULL | YES | MUL | 0 | | select,insert,update,references | |
| match | tinyint(1) | NULL | YES | MUL | 1 | | select,insert,update,references | |
| capabilities | mediumtext | utf8_general_ci | YES | | NULL | | select,insert,update,references | |
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
6 rows in set (0.00 sec)
mysql> SHOW FULL COLUMNS FROM jos_TeraWurflIndex from folmag_jo151;
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| deviceID | varchar(64) | utf8_bin | NO | PRI | | | select,insert,update,references | |
| matcher | varchar(64) | utf8_general_ci | NO | | | | select,insert,update,references | |
+----------+-------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
2 rows in set (0.00 sec)
mysql> SHOW FULL COLUMNS FROM jos_TeraWurflMerge from folmag_jo151;
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
| deviceID | varchar(64) | utf8_bin | NO | PRI | | | select,insert,update,references | |
| user_agent | varchar(255) | utf8_general_ci | YES | MUL | NULL | | select,insert,update,references | |
| fall_back | varchar(64) | utf8_general_ci | YES | MUL | NULL | | select,insert,update,references | |
| actual_device_root | tinyint(1) | NULL | YES | MUL | 0 | | select,insert,update,references | |
| match | tinyint(1) | NULL | YES | MUL | 1 | | select,insert,update,references | |
| capabilities | mediumtext | utf8_general_ci | YES | | NULL | | select,insert,update,references | |
+--------------------+--------------+-----------------+------+-----+---------+-------+---------------------------------+---------+
6 rows in set (0.00 sec)