Hello All,
for my work I wanted to analyze which tables are joined together in the database. The database used is MySQL. To my surprise, the visualization shows that the tables are not joined together (see picture) and the analysis of the DDL of the individual tables also gives the same result.
So my question is, how are the tables joined together, if not in the database. The probability is high that the tables are merged / joined in the application.
That's why I wanted to ask for the documentation on how the tables are joined in the EspoCRM application.
for my work I wanted to analyze which tables are joined together in the database. The database used is MySQL. To my surprise, the visualization shows that the tables are not joined together (see picture) and the analysis of the DDL of the individual tables also gives the same result.
So my question is, how are the tables joined together, if not in the database. The probability is high that the tables are merged / joined in the application.
That's why I wanted to ask for the documentation on how the tables are joined in the EspoCRM application.
Comment