Hi dears
let say my model as 'X'. the model 'X' are using some table that names are 'a', 'b' and 'c'. these tables through some join, filters and etc. are filling the model 'X'. is there any table which store these relations like the below
Target------ Source
X ----------- a
X ----------- b
X----------- c
I need some data like this to know my models are using where and it is created based on which tables?