Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

اررو در ساخت مایگریشن و روابط #9

Closed
saeid13623 opened this issue Dec 3, 2020 · 1 comment
Closed

اررو در ساخت مایگریشن و روابط #9

saeid13623 opened this issue Dec 3, 2020 · 1 comment

Comments

@saeid13623
Copy link

saeid13623 commented Dec 3, 2020

سلام و وقت بخیر
وقتی مایگریشن میگریم
SET NULL
نمیشناسه
$table->foreign('banner_id')->references('id')->on('media')->onDelete('SET NULL')

@cyaxaress
Copy link
Owner

cyaxaress commented Dec 5, 2020

برای اینکه بشه set null رو تنظیم کرد باید خود فیلد امکان nullable رو داشته بشه.
یعنی:
$table->bigInteger('banner_id)->unsigned()->nullable()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants