Advertisement
Sdelkadrom

Untitled

Jan 30th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ALTER TABLE `ore_nf_location_area` ADD FOREIGN KEY (`country_id`) REFERENCES `ore_nf_location_country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD FOREIGN KEY (`region_id`) REFERENCES `ore_nf_location_region` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement