38 lines
1.1 KiB
C#
38 lines
1.1 KiB
C#
{96cfadc22e9742fc480561db64f1faaa05591f3e true 1103 20240505211518_InitCreate.Designer.cs 0xc001c69a40}
// <auto-generated />
|
|
using Manarah.App.Data;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
|
|
|
#nullable disable
|
|
|
|
namespace Manarah.SqliteMigrations.Migrations
|
|
{
|
|
[DbContext(typeof(ManarahContext))]
|
|
[Migration("20240505211518_InitCreate")]
|
|
partial class InitCreate
|
|
{
|
|
/// <inheritdoc />
|
|
protected override void BuildTargetModel(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
|
|
}
|
|
}
|
|
}
|