• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

phpMyAdmin question

DT4K

Diamond Member
I added a foreign key constraint to one of my fields.

When i go to the insert screen now, the field is showing up as a drop down instead of a text box, as it should.

But the drop down has each value from the other table listed twice, once with a minus sign before the value and once with the minus sign after the value.

So the table that is being referenced is a list of names that looks something like this:
Bob
John
William

But when I go to insert into the other table, the dropdown for the name field looks like this:
- Bob
- John
- William
Bob -
John -
William -

Any idea why?
 
Back
Top