How to create a relation between two tables using PHPMyAdmin?

后端 未结 1 1542
不思量自难忘°
不思量自难忘° 2021-02-04 02:55

How to create a relation between two tables using PHPMyAdmin?

相关标签:
1条回答
  • 2021-02-04 03:56

    This only works if you use InnoDB as storage engine. Then you have a link Relation view besides Print view:

    If you click this you get to another site where you can select the relations for all columns that have indecies defined on them (following the pattern table->column).

    0 讨论(0)
提交回复
热议问题