PB Version 2019 R# Build 2703
MySQL 5.7.24
When changing one column in a compound key of the parent table, PB deletes all the children in the child table. This happens regardless of using Insert / Delete or Update on the Update Rows option. At the database level, the key change works perfectly using referential integrity - Cascade rules. Changing the key of the parent changes all of the keys for the children.
Is this a PB restriction?
Sounds like a MySQL quirk.