|
Lemme' me see if I have broken this down right.
So...
the ALTER TABLE portion of this script sets a constraint for `users` (`id`) and `photos` (`id`)
then: if either 'id', 'users', or 'photos' is deleted from the parent table; the child table and it's constraints, will also be removed from the database?
__________________
Currently Reading: Please login or register to view this content. Registration is FREE
|