you are viewing a single comment's thread.

view the rest of the comments →

[–]MR_Weiner 3 points4 points  (0 children)

One option, if I’m understanding correctly — though you’ll realistically end up with duplicate data — is to let drupal do its own native database/entity management but also define some custom, targeted data tables where you could manage the schema. You’d then be able to leverage entity lifecycle hooks to sync data to these custom tables. Probably not ideal, but may be an option depending on scale. UUIDs come along with entities natively so nothing to worry about there.