I have set up entities and their relationships with Spring Roo. I am trying to run "perform tests" through Roo but see that corresponding tables for these entities are not created in the datbase that I selected as part of my database setup.
Is there a way to tell Spring Roo to generate database tables, columns too alongside entities and its fields?