https://kotlinlang.org logo
d

Dan Nguyen

06/29/2018, 6:24 AM
if you use
@Embedded
annotation, please remove
@Entity(tableName = "shape_detail")
. Your use of
@Embedded
room will create a table contains columns are fields in
ShapeDetailEntity
and
ForecastEntity