Adding constraints in phpMyAdmin

后端 未结 3 823
暗喜
暗喜 2020-12-17 10:36

I feel like I\'m being stupid, but I can\'t find anywhere on the phpMyAdmin interface to add constraints to foreign keys e.g. CASCADE ON DELETE

I\'ve looked for simi

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 11:03

    Firstly, you should choose storage engine as InnoDB.

    Follow this way: click database_name -> More -> Designer

提交回复
热议问题