ALTER TABLE repeat_region_note ADD FOREIGN KEY (id) REFERENCES repeat_region(id) ON DELETE CASCADE;