简体   繁体   English

新表的 Android 房间迁移

[英]Android room migration for new table

I have an android app which is already use database with some tables in it.我有一个 android 应用程序,它已经在使用带有一些表的数据库。 I also create a new table.我还创建了一个新表。

Do I need a migration for that?我需要迁移吗? Or Room can handle it in automatic way?还是 Room 可以自动处理?

Yes you need a migration for that.是的,您需要为此进行迁移。 You can migrate manually or from Room version 2.4.0-alpha01 you can use automated migrations .您可以手动迁移,也可以从 Room 版本2.4.0-alpha01迁移,您可以使用自动迁移

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM