php - foreign key column showing empty in phpmyadmin -


i create 2 table foreign key relation

but when insert data them foreign key column not showing id of main table in phpmyadmin !

but working ok , showing key in phpstorm , sqlyog !

in phpmyadmin

in sqlyog

why phpmyadmin cant show number of key ?!

you need use innodb engine, think possible reason.

ref: http://dev.mysql.com/doc/refman/5.0/en/innodb-foreign-key-constraints.html

thanks amit


Comments