<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><div><span>Hello All,</span></div><div style="background-color: transparent;"><br></div><div style="background-color: transparent;"><span><span class="Apple-tab-span" style="white-space: pre;">     </span>I have a table `vb_test` having one column `id`. I applied two foreign key constraints over `vb_test`.`id` as follows: </span></div><div style="background-color: transparent;">1) <span class="Apple-tab-span" style="white-space: pre;"> </span>a<span style="background-color: transparent;">lter table `vb_test`</span></div><div style="background-color: transparent;"><span class="Apple-tab-span" style="white-space: pre;">   </span>add constraint fk1 foreign key(id) references parent_one(id);</div><div style="background-color: transparent;">2) <span class="Apple-tab-span" style="white-space:
 pre;"> </span>a<span style="background-color: transparent;">lter table `vb_test`</span></div><div style="background-color: transparent;"><span class="Apple-tab-span" style="white-space: pre;">   </span>add constraint fk2 foreign key(id) references parent_two(id);</div><div style="background-color: transparent;">Up to this, everything is fine.</div><div style="background-color: transparent;"><br></div><div style="background-color: transparent;">Now when I switch to "Visual Builder" in QBE, I see only one line joining `vb_test`.`id` to `parent_one`.`id` in the diagram.</div><div style="background-color: transparent;">There is no link from <span style="font-size: 10pt;">`vb_test`.`id` to `parent_two`.`id`.</span></div><div style="font-size: 10pt; background-color: transparent;"><span style="font-size: 10pt;">Is this an intended behavior or a bug ?</span></div><div></div><div> </div><div>Regards, <br>Ashutosh Dhundhara</div></div></body></html>