Can multiple DRDs shared a single decision table?

Hi all,

I’m design DMN models. I have some big decisions to make, so I create some DRDs.
But in those DRDs, they shared a common descison, so I use the same ID of this.

When I want to modifty this decision, I modifty one DRD and redeploy it. All DRDs can use the latest decision.
But when I want change other decision table in another DRD, the problem happend. The shared decison table is old version, if I upload this DRD, the decision will return to an old version.

It there some way to handle this problem? So I can keep the shared decision table to the latest version ?