duaedf6509 2019-08-06 05:14
浏览 74

我需要为Phinx数据库迁移添加一个外键,但它会出错

I want to add a foreign key to phinx Db migration but it's getting an error.

I want to use camping_id in the Bids table as a foreign key from the id of the campaigns table.

 public function change()
    {
        $table = $this->table('bids');
        $table ->addColumn("value", "integer", ["limit" => 11])
            ->addColumn("camping_id", "integer", ["limit" => 45])
            ->addColumn("subscriber_id","integer", ["limit" => 11])
            ->addColumn("added_date", "datetime")
            ->addColumn("deleted", "boolean", ["null" => true])
            ->addColumn("msisdn", "string", ["limit" => 100], ["null" => true])
            ->addColumn("program_id", "integer", ["limit" => 11], ["null" => true])
            ->addColumn("status", "string", ["limit" => 45], ["null" => true])
            ->addForeignKey(['camping_id', 'id'],
                'campaigns',
                ['camping_id', 'id'],
                ['delete'=> 'NO_ACTION', 'update'=> 'NO_ACTION', 'constraint' => 'camping_id'])
            ->create();

    }

after running the migration, I got this error

PDOException: SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint in /var/www/git/vendor/robmorgan/phinx/src/Phinx/Db/Adapter/PdoAdapter.php:167
Stack trace:
  • 写回答

1条回答 默认 最新

  • douru5373 2019-08-06 09:37
    关注

    I fixed the issue. You should have to migrate the parent tables first because of the reference columns should exist before executing the foreign key related migrations.

    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器