Add DbContext, Models
This commit is contained in:
11
Model/Efmigrationshistory.cs
Normal file
11
Model/Efmigrationshistory.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace reallife_gamemode.Model
|
||||
{
|
||||
public partial class Efmigrationshistory
|
||||
{
|
||||
public string MigrationId { get; set; }
|
||||
public string ProductVersion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user