DB Schema
The DB Schema dashboard displays the information about the customizations made to the database.
Database customizations can be filtered based on three criteria:
New Tables — Tables that are newly added to the database
Modified table — Column — Tables to which new columns are added or from which existing columns are removed.
Constraint changes / Column — Tables with resized column, changed column data type, renamed primary key, indexes, deleted primary key and index, deleted or renamed tables
New Tables
It displays a list of newly added tables. Click the name of the table to view column details, indexes, and constraints as shown below.
Modified Table
This filter displays a list of modified tables. Click the name of the table to view the details of the changes made to the table along with the old and new values of various attributes as shown below.
Constraint Changes
This filter displays the tables for which constraints have been changed.