###### tags: `小講堂` `COSCUP` `COSCUP2020` # 關於關聯這件事 - 後端認識外鍵約束 - Victor ## 議程實作範例 簡單利用Laravel Migration 製作 onDelete 資料庫外鍵的不同模式,如果你是網頁後端工程師並且撰寫Laravel 可以直接嘗試加上外鍵。 https://github.com/victorbuild/coscup-postgresql-foreign-key-constraint Migration 已經撰寫好會員與文章一對多的組合,並且可以用Laravel Seed 功能自動產生 5個會員300篇文章。並嘗試使用以下檔案中的註解,設定不同模式。 [2020_07_26_065337_create_posts_table.php](https://github.com/victorbuild/coscup-postgresql-foreign-key-constraint/blob/88ff2d0ff46177da478bbf6c8de7bf09f9528a1a/database/migrations/2020_07_26_065337_create_posts_table.php#L24-L43) {%youtube 0rQ_bOQILNs %}