Specifying unsigned type in rake migration

I’m using rake migration for mySql database changes. I’ve so far been
unable to uncover a way to specify that an integer field is unsigned.
You can do it in mySql, but I can’t find the correct argument for the
change_column method. Is there one?