1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00
This commit is contained in:
Kyle Spearrin
2016-05-03 19:49:49 -04:00
parent 92e74274e0
commit 24a5a16723
15 changed files with 250 additions and 77 deletions

View File

@@ -38,6 +38,7 @@ namespace Bit.App.Models.Data
[PrimaryKey]
public string Id { get; set; }
public string FolderId { get; set; }
[Indexed]
public string UserId { get; set; }
public string Name { get; set; }
public string Uri { get; set; }