DBFlow:如何从其他数据库迁移表?

DBFlow: How to migrate tables from an other database?

我想使用 DBFlow 将 "old" 数据库中 table 的一些列迁移到新数据库。 DBFlow 为数据库提供了 @Migration 注释,但它似乎只适用于迁移同一数据库中的 tables。

使用 DBFlow 将列导入 new/different 数据库的最佳方法是什么?

无法在不同数据库之间迁移。需要手工copy/convert/migrate