musaddiq-ciklum / laravel-learning

0 stars 1 forks source link

Database Table Relations in Migrations #16

Closed njaciklum closed 3 years ago

njaciklum commented 3 years ago

I can see the migrations, but no relations between the tables are defined in them. Kindly refer to https://laravel.com/docs/8.x/migrations#foreign-key-constraints for further detail.

njaciklum commented 3 years ago

Please keep me posted with the updates @musaddiq-ciklum

musaddiq-ciklum commented 3 years ago

@njaciklum thanks for reviewing and your valuable suggestion. I implemented the constraint using laravel conventions as highlighted in the attached snap. Please review this and let me know if it need to be changed.

laravel-db-constraints