- In the Database tool window, select two data sources, schemas, or tables to be compared.
- Select
Compare from the context menu, or press Ctrl+D.
- Explore the differences in the Differences viewer.
If necessary, you can also open the Difference viewer without running PyCharm. This is done through the following command:
<path to PyCharm executable file> diff <path_1> <path_2>
where <path_1>
and <path_2>
are the paths to the database objects in question.