mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-13 19:50:48 +00:00
Column名を追加
This commit is contained in:
parent
ab4a88e4bd
commit
22d92f87ce
@ -1,5 +1,6 @@
|
||||
package one.nem.lacerta.source.db.entity;
|
||||
|
||||
import androidx.room.ColumnInfo;
|
||||
import androidx.room.Entity;
|
||||
import androidx.room.PrimaryKey;
|
||||
|
||||
@ -9,6 +10,7 @@ public class Repositories {
|
||||
@PrimaryKey
|
||||
private String id;
|
||||
|
||||
@ColumnInfo(name = "relative_path")
|
||||
private String relativePath;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user