I’m trying to create foreign keys in Laravel however when I migrate my table using artisan i am thrown the following error: [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1215 Cannot add...
  • May 22, 2022
  • 0 Comments
I have tables that I’ve tried setting PK FK relationships on but I want to verify this. How can I show the PK/FK restraints? I saw this manual page,...
  • May 21, 2022
  • 0 Comments
I remember hearing Joel Spolsky mention in podcast 014 that he’d barely ever used a foreign key (if I remember correctly). However, to me they seem pretty vital to...
  • May 20, 2022
  • 0 Comments