I am using play framework in one of my project.
Currently I am working with the initial release. I use evaluation plugin to generate the SQL queries that create the tables.
However after first release, I have to disable the evaluation plugin because it only supports generating the first SQL (1.sql
).
However I am not that confident in writing SQLs that is used for Ebean. So I am looking for a proper way to get the generated SQLs and modify manually base on the changes for future version. Is that possible?