To compare data sources
  1. In the Database tool window, select two data sources, schemas, or tables to be compared.
  2. Select showAllPAthsAffected Compare from the context menu, or press Ctrl+D.
  3. 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.

See Also

Procedures:

Language and Framework-Specific Guidelines:

Reference:

Web Resources: