I'm trying to access my application's tables in Play! Framework, but I can't find it using the console.
For instance, I have two entity models: Address
and Campus
.
I can create objects and save normally, but I would like to see the changes in fs or mem DB, but the H2 console doesn't show the tables Address
and Campus
. I'm using the default settings to log in localhost:9000/@db
.
What am I doing wrong?
Thanks in advance.