Change an INT primary key colum to BIGINT with H2-database using the modifyDataType refactoring

I’ve posted a question on stackoverflow regarding changing a primary key column from INT to BIGINT by using the modifyDataType refactoring:


http://stackoverflow.com/questions/7724184


Wondered if anyone could share some insight to the question.