I have a sql script (it is just schema definition). The script is a modified version (getting rid of the bad characters h2 doesn\'t like) of a mysql dumb.
The script ru
Another option is to wrap table/column names in double quotes to preserve casing.
E.g. create table "products" instead of create table products
create table "products"
create table products