If we establish Master-Child relationship within two tables, then if user deletes a record from master table, then will the corresponding records in detail table be also deleted by phprunner?
For example, if we have Order Master amd Order Detail tables. We set-up master- child relationship using phprunner. Now if a user deletes a record from order master table then does phprunner automatically delete the corresponding records from order detail table as well?
Thanks.