The book says,:

Applications can connect to the same database and thus share tables.
It is not necessary that all tables in the database are defined by all
applications, but they must be defined by those applications that use
them.

Can I define the common tables in one application's model files and
use a symbolic link in the other applications?

It seems like I could conditionally set migrate=false depending on the
app name.  Is this correct?

Thanks

Reply via email to