도와주실 수 있나요? 나는 posts
表中添加一个在categories
表中有引用的外键。但是当我输入命令php artisan migrate:fresh
时,它总是失败。我得到的错误信息是这样的PDOException::("SQLSTATE[HY000]: General error: 1005 Can't create table 'handconsulting'.'posts' (errno: 150 "Foreignkey constraint is incorrectly formed")")
이것은 내 posts
시계
이것은 내 categories
시계
이것이 내 접근 방식입니다:
으아악