We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migration Error
SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'RESTRICT'.
Ganti semua
->onDelete('restrict');
Pada masing-masing file migration
->onDelete(null);
Problem Solved.
The text was updated successfully, but these errors were encountered:
Saya kurang familiar dengan SQL Server, apakah ada referensi atau artikel terkait ini?
Sorry, something went wrong.
ini penyebabnya karena 'restrict' itu tidak ada di sql server
Untuk referensi saya kemarin lihat di Google @uyab Seperti yang dikatakan oleh @rizkyarlin restrict pada SQL Server tidak ada.
Ok paham, sepertinya migration files ini dipublish saja, jadi bebas dimodifikasi sesuai kebutuhan.
No branches or pull requests
Migration Error
SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near the keyword 'RESTRICT'.
Ganti semua
->onDelete('restrict');
Pada masing-masing file migration
->onDelete(null);
Problem Solved.
The text was updated successfully, but these errors were encountered: