Sharing tables between two models

Can I share (not copy or move) table between two relational models in SQL Developer Data Modeler? Something like shortcuts of one entitiy on several workspaces, but between different relational models . I have one database schema for reusable kernel of many applications and I want to have one relational model for it. And I need to use tables from kertnel in other applications (with different database schemas). I need for example to make foreign key between application and kernel table. How can I do it?

Hi, tables cannot be shared between models. You can only add some graphics to your models, or add the same table to all the models.

Regards,

Vaclav

Ha… Its the feature I thought about a few weeks ago. but I didn’t want to bother with it :wink: