Basic knowledge of SQL foreign keysNode.js development setup
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
65
調査方針
Examine the association definition files in the repository to locate where foreign key constraints are currently handled. Look for existing options like 'onUpdate' and add a similar 'onDelete' option supporting 'RESTRICT', 'CASCADE', and 'SET NULL'. The change will likely be in the model generation or association configuration module, such as lib/models/associations.js.