hrms-api-report-v1/Migrations/20230417135602_Init.Designer.cs
Suphonchai Phoonsawat dfc9cb2e85 Add Certificate Report
2023-04-17 21:24:52 +07:00

26 lines
788 B
C#

// <auto-generated />
using BMA.EHR.Report.Service.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
#nullable disable
namespace BMA.EHR.Report.Service.Migrations
{
[DbContext(typeof(ApplicationDbContext))]
[Migration("20230417135602_Init")]
partial class Init
{
/// <inheritdoc />
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "7.0.5")
.HasAnnotation("Relational:MaxIdentifierLength", 64);
#pragma warning restore 612, 618
}
}
}