标签: android sqlite android-room
我遇到从纯SQLite迁移到Room的问题。
SQLite
我有一个table,column创建为FLOAT,并且无法从Room连接到此table,因为它需要REAL。
table
column
任何想法如何解决?
我找到https://issuetracker.google.com/issues/62875387,但没有实际解决方案。