How to alter columns?

How to alter columns?

I would like to alter the columns, 

commands like these fail in ZCQL Playground

ALTER TABLE uzer  
MODIFY COLUMN email varchar(18)

      Catalyst Community