I'm using Play 2.0 framework with Ebean. It automatically generates DDL scripts. I want to set the mysql engine and the default charset for all created tables.
I cannot figure out how to add "Engine=Innodb DEFAULT CHARSET utf8" using annotations.
Is there a simple way to do this or should I manually create tables using play evolutions?