Missing Relation View in PHPMyAdmin?

Hi guys,

I have 4 tables.

  1. Pathways
  2. Classes
  3. Parts
  4. Lessons

pathid(FK) from Pathways table exist on Classes table.
when I click ‘Classes’ table and structure the Relation view is shown.

classid(FK) from Classes table exist on Parts table.
Now when I click ‘Parts’ table and structure the Relation view is now shown.

Why is this?
How to display the Relation view?

Thanks in advance.

Why I can’t edit this thread?
The first post has wrong spelling in it.

Anyway here is the corrected paragraph,


classid(FK) from Classes table exist on Parts table.
Now when I click 'Parts' table and structure the Relation view is not shown.

How to fix this to display the “Relation view”?

I’m so stupid I did not noticed the Parts table is not set to InnoDB.
Anyway problem solved now.