I’m using DAO classes and a `via` for a many to many reference. How do I set up the columns so that ...
p
I’m using DAO classes and a
via
for a many to many reference. How do I set up the columns so that it cascades a deletion of either table?
t
reference/optReference
functions accept
onUpdate/onDelete
parameters
p
Ah, right. I hadn’t set those up properly, will give that a go!