Is there any way to change an inheriting entity's type (in the DB) to a different entity type?
Convert entity with uid from OldType to NewType:
await em.update(OldType, { uid: uid }, {[entityTypeColumnName]: 'NewType'})
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With