H2 might ignore your MySQL ALTER TABLE… CHANGE queries and be silent about it.
In our test suite we are using an Embedded h2 (1.4.190) database in MYSQL mode. Quite franky for this kind of use I didn’t really care how performant this database is, so the decision to use h2 was pretty random. In the begining I have not noticed any syntax issues and was quite content with…