Adding EF initialization
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
namespace LeafWeb.Core.Models
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace LeafWeb.Core.Models
|
||||
{
|
||||
public class FluxnetSite
|
||||
{
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
public string FluxnetId { get; set; }
|
||||
|
||||
public string SiteName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user