Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
using Microsoft.EntityFrameworkCore;
|
using Microsoft.EntityFrameworkCore;
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
|
|
||||||
namespace MachineJob
|
namespace MachineJob
|
||||||
{
|
{
|
||||||
@@ -23,6 +23,7 @@ namespace MachineJob
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Table(name: "databasewrites")]
|
||||||
public class DatabaseWriteEntity
|
public class DatabaseWriteEntity
|
||||||
{
|
{
|
||||||
[Key]
|
[Key]
|
||||||
|
|||||||
Reference in New Issue
Block a user