用户的本地备注信息,暂时不链接网络
This commit is contained in:
@@ -8,7 +8,8 @@ const contactModel = usqlite.model('contacts', {
|
||||
primaryKey: true,
|
||||
unique: true
|
||||
},
|
||||
name: String,
|
||||
name: String,
|
||||
remark: String,
|
||||
hash: {
|
||||
type: String,
|
||||
unique: true
|
||||
|
||||
Reference in New Issue
Block a user