Deleting Thing with a List

Hi there,
Sorry if it has been answered before. If I delete a thing called COMPANY and there is a field in there called EMPLOYEE which is a list of EMPLOYEES. If I delete a thing in company, will it delete the things in the employee table automatically? Or does it leave orphans in the employee table and I have to clean that up in the workflow? Would rather not do it that way as then I have to key the two tables.

Thanks,
Kyle

Employee can still exist by itself, so you’d need to delete the Employee specifically. You are essentially deleting the Company’s association to the Employee, but unless you tell Bubble to eliminate the Employee also, they’ll still exist.

I think, 80% confident on that one.

Hey Andrew. Thanks for that.