Hi team,
Steps:
- add M2O association in entity, leave FK constraint action blank.
- start the app, Jmix will generate change log for this field without
onDelete
property. - stop the app, back to designer, change FK constraint action to
CASCADE
for this field. - start the app again.
ER:
New changelog should be generated to update the FK constraint.
AR:
Nothing happened.
See attached project, the field is User.parent
.
fkchg.zip (81.6 KB)