data(Notes) Add notes to SQL database

This commit is contained in:
2022-04-01 18:53:25 -04:00
parent 0ead4d16fc
commit 14ed0c3ea5
4 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ But really, these optional objectives can be completely ignored, so you can just
}
}
};
public int Id { get; set; }
public DateTime LastUpdated { get; set; }
public string Name { get; set; }