I have Mysql MyIsam types of tables or something.
table1 has a field cat_id and table2 too.
now if i change the values of cat_id unintendetly, how can i make sure that the field cat_id in table 2 is also changed. I do not want to make scripts everytime that does this, I just want to relate table1.cat_id to table2.cat_id, but how do I do this?
P.S. I am using ensim.
p.s. 2 thanks in advance!