yii2-save-relations-behavior
yii2-save-relations-behavior copied to clipboard
Junction Table Extra Columns forces delete/insert on existing records
A common usecase is junction table holds created_at column. The current implementation forces deletion and re-insert of rows when extraColumns is used
There should be an option to bypass this behaviour and create only the new rows whilst using the extraColumns.