I\'m using phpmyadmin (php & mysql) and I\'m having a lot of trouble linking the tables using foreign keys.
php
mysql
I\'m getting negative values fo
You can change the look of this dropdown using the ForeignKeyDropdownOrder option. (See the PMA documentation).
ForeignKeyDropdownOrder
Example:
$cfg['ForeignKeyDropdownOrder'] = array( 'content-id'); /* 'content' is the referenced data, 'id' is the key value. */