i have a class User which extends Ebean Model. And i defined a dbfile in my application.conf and by starting h2, it is creating the dbfile. my quesion is:
do i have to create my User Table manually in H2 Console in DB? or does Ebean create it automatically. if Ebean does, how and where i will see User Table in DB? i am confused a little bit..
thanks for clarification in advance!