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 !
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
Post a Comment