Module B’s MyDatabase type implements Module A’s, ...
# squarelibraries
a
Module B’s MyDatabase type implements Module A’s, so you only need that one created
h
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?