When I start the project it not creates the database tables

When I start my project it connects to database and create the base entities (user, etc) but it not detects my other entities because does not generates the changelogs for those entities
How can I make it detect the entities and generates the respective changelogs?

Hello,

just right-click on your datastore and include the existing tables.

image

There is also an option to generate a changelog.

Kind regards,
Mladen

1 Like