diff --git a/Samples/MachineJob/DatabaseWrite.cs b/Samples/MachineJob/DatabaseWrite.cs index e40fac3..35b6f46 100644 --- a/Samples/MachineJob/DatabaseWrite.cs +++ b/Samples/MachineJob/DatabaseWrite.cs @@ -1,6 +1,6 @@ using Microsoft.EntityFrameworkCore; using System.ComponentModel.DataAnnotations; - +using System.ComponentModel.DataAnnotations.Schema; namespace MachineJob { @@ -23,6 +23,7 @@ namespace MachineJob } } + [Table(name: "databasewrites")] public class DatabaseWriteEntity { [Key]