20
会议室无法验证数据完整性
使用Room Database运行程序时出现此错误 Room cannot verify the data integrity. Looks like you've changed schema but forgot to update the version number. You can simply fix this by increasing the version number. 似乎我们需要更新数据库版本,但是从何处可以在Room中完成呢?