Generate/Reverse Database Tables with Schema Support
A schema is a set of components and database objects under the control of a given database user(s). It also act as a common understanding of the database which shows an abstract record structure. In latest VP Suite 2.3 SP1, we support to accessing database tables on specific schemes. You can visualize your database more easily even the tables are across different schemes.
Reverse database from specific schema
During reverse database process, you can pick the tables from specific database schemes. This saving time from reversing the unwanted tables before identifying the one you needed.

Select schemes from the database

Select tables from the schames
Specify schema in entity
The schema of the reversed table will show inside the specification dialog. Besides from the reversed tables, you can specify the schema for the new or existing entity for generating tables.

Define the schema of the entity inside the specification dialog
Generate database table on specific schema
When generating database, the table will be generated to the specified schema automatically.

Generated DDL file
Resources