alter table test1 add photo blob;
alter table test1 modify tname varchar2(40);
alter table test1 drop column photo;
alter table test1 rename column tname to username;
rename table test1 to test2;