Hello,
Column names and datatypes can't be changed, except from a varchar which can change in length. To achieve this, you can generate the DDL for the table, change the things you want to change in the ddl-script and then drop and recreate the table (using the script). Don't forget to export data you want to keep ....
Peter