Created
April 30, 2016 15:54
-
-
Save artemrogov/78021ece7e5755f346927619ab769999 to your computer and use it in GitHub Desktop.
каскадное удаление записей из базы
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$table->integer('post_id')->unsigned(); | |
$table->foreign('post_id')->references('id')->on('posts')->onDelete('cascade'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Есть две таблицы в одной содержаться записи - posts, в другой содержаться фотографии photos