mysql> desc mdl_backup_ids;
+-------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------+---------------------+------+-----+---------+----------------+
| id | bigint(10) unsigned | NO | PRI | NULL | auto_increment |
| backup_code | bigint(12) unsigned | NO | MUL | 0 | |
| table_name | varchar(30) | NO | | | |
| old_id | bigint(10) unsigned | NO | | 0 | |
| new_id | bigint(10) unsigned | NO | | 0 | |
| info | mediumtext | NO | | NULL | |
+-------------+---------------------+------+-----+---------+----------------+
in case the above is hard to read image included.
Or: http://sos.tcea.org/mdl_backup_ids.sql
Check before using.
Wonder how the table went missing!!!!
'spirit of sharing', Ken