Hello again, Is there a configuration option that generates code to do cascading deletions on foreign key records? So, if I had a Cart record and a bunch of Item records associated with Cart, I could just delete Cart and have Torque clean up the Items. Easy enough to implement, but just wondering if it's been done. Thanks, Gabe