使用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.
Run Code Online (Sandbox Code Playgroud)
我们似乎需要更新数据库版本,但是我们可以在Room中从哪里做到这一点?