alter table "数据库名"."表名" modify "字段名" 新的字段类型
例如
alter table "testdb"."student" modify "create_time" TIMESTAMP(6);