35 lines
1010 B
C#
35 lines
1010 B
C#
{3d85cfcaab0047df490825befade833ecfe22a08 true 1010 ManarahContextModelSnapshot.cs 0xc001dfa770}
// <auto-generated />
|
|
using Manarah.App.Data;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
#nullable disable
|
|
|
|
namespace Manarah.SqliteMigrations.Migrations
|
|
{
|
|
[DbContext(typeof(ManarahContext))]
|
|
partial class ManarahContextModelSnapshot : ModelSnapshot
|
|
{
|
|
protected override void BuildModel(ModelBuilder modelBuilder)
|
|
{
|
|
#pragma warning disable 612, 618
|
|
modelBuilder.HasAnnotation("ProductVersion", "8.0.3");
|
|
|
|
modelBuilder.Entity("Manarah.Domain.Server", b =>
|
|
{
|
|
b.Property<string>("IPAddress")
|
|
.HasColumnType("TEXT");
|
|
|
|
b.Property<string>("Description")
|
|
.HasColumnType("TEXT");
|
|
|
|
b.HasKey("IPAddress");
|
|
|
|
b.ToTable("Server", (string)null);
|
|
});
|
|
#pragma warning restore 612, 618
|
|
}
|
|
}
|
|
}
|