Lesson 13/20 · 5:07 min
who the migration file looks like on recursive parent-children relation ?
Well, the main foreign key is $table->foreign_id('category_id')->constrained(); probably.
$table->foreign_id('category_id')->constrained();
who the migration file looks like on recursive parent-children relation ?
Well, the main foreign key is
$table->foreign_id('category_id')->constrained();
probably.