gpt4 book ai didi

MySQL : foreign key error

转载 作者:搜寻专家 更新时间:2023-10-30 23:41:44 25 4
gpt4 key购买 nike

我正在使用 mysql 5.5 版。我有两个表,我想添加外键约束,但不知何故,我一直收到这个错误:

我正在执行的查询:

alter table ptcact add foreign key(ptcid) references ptccitation(ptcid);

我收到的错误:

ERROR 1005 (HY000): Can't create table 'ptc_journal.#sql-496_34' (errno: 150)

我的表:

  1. ptccitaionptcid 作为主键与 storage engine = MyIsam
  2. ptcactstorage engine=InnoDB

最佳答案

MyISAM 不支持外键。

参见 mysql docs

关于MySQL : foreign key error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34254885/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com