Want to access all of our courses? (36 h 00 min)
You also get:
Already a member? Login here
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.