| 33 |   |      * Query OK, 164 rows affected (0.32 sec) | 
                      
                        | 34 |   |      * Records: 164  Duplicates: 0  Warnings: 0 | 
                      
                        | 35 |   |      * * mysql> alter table bbmri_old.!OntologyTerm add column !__Type enum('!OntologyTerm','Species')  ; | 
                      
                        | 36 |   |      * Query OK, 164 rows affected (0.11 sec) | 
                      
                        | 37 |   |      * Records: 164  Duplicates: 0  Warnings: 0 | 
                      
                        | 38 |   |      *      * mysql> alter table bbmri_old.!OntologyTerm add column termPath varchar(1024); | 
                      
                        | 39 |   |      *  | 
                      
                      
                        |   | 33 |      * mysql> alter table bbmri_old.!OntologyTerm add column !__Type enum('!OntologyTerm','Species')  ; | 
                      
                        |   | 34 |      * mysql> alter table bbmri_old.!OntologyTerm add column termPath varchar(1024); | 
                      
                        |   | 35 |      * mysqldump5 -u root -p bbmri_old ontologyTerm > ontologyTerm.mysql | 
                      
                        |   | 36 |      * mysql5 -u root -p bbmri < ontologyTerm.mysql |