Validate the DbSchema Design Model

Use the Model Validation rules to ensure certain conditions are full-filled by the design model. For example, table names should match a certain regular expressions, or all tables should have a primary key, description, etc.

The Model Validation Dialog

Open the Model Validation dialog from the DbSchema Model menu.
The model validation dialog
Add operations ( like iterate tables ), filters ( conditions to be met before checking a validation condition ) or checks ( conditions which should be met ).
Add a validator condition to the model validation dialog
Press the 'validate' button show which schema items (tables, columns... ) are failing the validation conditions.
See the validation result.