Module B’s MyDatabase type implements Module A’s, so you only need that one created
h
harry.singh
04/07/2021, 11:43 PM
You are right but I need table from Module A much sooner than the tables from Module B. If I do this, then I'll have to expose Module's A functionality from Module B. Is it not possible to just create new tables in the already existing database if it has already been created?