I am looking at this example:
https://github.com/playframework/play-slick/tree/master/samples/computer-database
How can I generate the SQL (DDL) file for applying to the database for this example?
I tried in application.conf ebean.default="models.daos.*"
This didn't help. Also I don't see any examples within that github https://github.com/playframework/play-slick/blob/master/samples/ which generate SQL from the models.