Hello all,
I have a table called
membersand another table called
settings. Every time I add a new user to
members is it possible to have the ID of that user added, be added to the
settings table automatically?
I am hoping there is something equivalent to the "ON DELETE" and "ON UPDATE", is there a "ON INSERT"! (it seems fanicful)
Thanks all