create table MenuItems
(
descriptionstring char(10)
)
现在我想把descriptionstring变为varchar(200),请问怎么写alter语句