Some DB's allow additional table options for CREATE TABLE.
It would be handy if Hibernate allowed to set these options like
@org.hibernate.annotations.Table(options="ENGINE=InnoDB")
Thanks for considering.