There is no direct way to change the column datatype in redshift. If we want to change the column name we can use redshift alter statement with rename keyword like,
alter table BDPlayers rename column category to grade;