// using System; using BMA.EHR.Recurit.Exam.Service.Data; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; #nullable disable namespace BMA.EHR.Recurit.Exam.Service.Data.Migrations { [DbContext(typeof(ApplicationDbContext))] partial class ApplicationDbContextModelSnapshot : ModelSnapshot { protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder .HasAnnotation("ProductVersion", "7.0.4") .HasAnnotation("Relational:MaxIdentifierLength", 64); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Candidate", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CitizenDate") .HasColumnType("datetime(6)") .HasComment("วันที่ออกบัตร"); b.Property("CitizenDistrictId") .HasColumnType("char(36)"); b.Property("CitizenId") .HasMaxLength(20) .HasColumnType("varchar(20)") .HasComment("เลขประจำตัวประชาชน"); b.Property("CitizenProvinceId") .HasColumnType("char(36)"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("CurrentAddress") .HasColumnType("longtext") .HasComment("ที่อยู่ปัจจุบัน"); b.Property("CurrentDistrictId") .HasColumnType("char(36)"); b.Property("CurrentProvinceId") .HasColumnType("char(36)"); b.Property("CurrentSubDistrictId") .HasColumnType("char(36)"); b.Property("CurrentZipCode") .HasMaxLength(10) .HasColumnType("varchar(10)") .HasComment("รหัสไปรษณีย์ที่อยู่ปัจจุบัน"); b.Property("DateOfBirth") .HasMaxLength(40) .HasColumnType("datetime(6)") .HasComment("วันเกิด"); b.Property("Email") .HasMaxLength(200) .HasColumnType("varchar(200)") .HasComment("อีเมล"); b.Property("FatherFirstName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("ชื่อจริงบิดา"); b.Property("FatherLastName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("นามสกุลบิดา"); b.Property("FatherNationality") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("สัญชาติบิดา"); b.Property("FatherOccupation") .HasMaxLength(200) .HasColumnType("varchar(200)") .HasComment("อาชีพบิดา"); b.Property("FatherPrefixId") .HasColumnType("char(36)"); b.Property("FirstName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasColumnOrder(1) .HasComment("ชื่อจริง"); b.Property("Knowledge") .HasColumnType("longtext") .HasComment("ความสามารถพิเศษ"); b.Property("LastName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasColumnOrder(2) .HasComment("นามสกุล"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Marry") .HasColumnType("tinyint(1)") .HasComment("คู่สมรส"); b.Property("MarryFirstName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("ชื่อจริงคู่สมรส"); b.Property("MarryLastName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("นามสกุลคู่สมรส"); b.Property("MarryNationality") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("สัญชาติคู่สมรส"); b.Property("MarryOccupation") .HasMaxLength(200) .HasColumnType("varchar(200)") .HasComment("อาชีพคู่สมรส"); b.Property("MarryPrefixId") .HasColumnType("char(36)"); b.Property("MobilePhone") .HasMaxLength(20) .HasColumnType("varchar(20)") .HasComment("โทรศัพท์มือถือ"); b.Property("MotherFirstName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("ชื่อจริงมารดา"); b.Property("MotherLastName") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("นามสกุลมารดา"); b.Property("MotherNationality") .HasMaxLength(100) .HasColumnType("varchar(100)") .HasComment("สัญชาติมารดา"); b.Property("MotherOccupation") .HasMaxLength(200) .HasColumnType("varchar(200)") .HasComment("อาชีพมารดา"); b.Property("MotherPrefixId") .HasColumnType("char(36)"); b.Property("Nationality") .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(3) .HasComment("สัญชาติ"); b.Property("OccupationCompany") .HasColumnType("longtext") .HasComment("สำนัก/บริษัท บริษัท"); b.Property("OccupationDepartment") .HasColumnType("longtext") .HasComment("กอง/ฝ่าย บริษัท"); b.Property("OccupationEmail") .HasMaxLength(200) .HasColumnType("varchar(200)") .HasComment("อีเมล บริษัท"); b.Property("OccupationPosition") .HasColumnType("longtext") .HasComment("ตำแหน่งอาชีพ"); b.Property("OccupationTelephone") .HasMaxLength(20) .HasColumnType("varchar(20)") .HasComment("โทรศัพท์ บริษัท"); b.Property("OccupationType") .HasColumnType("longtext") .HasComment("ประเภทอาชีพที่ทำงานมาก่อน"); b.Property("PeriodExamId") .HasColumnType("char(36)"); b.Property("PrefixId") .HasColumnType("char(36)"); b.Property("ProfileImgId") .HasColumnType("char(36)"); b.Property("RegistAddress") .HasColumnType("longtext") .HasComment("ที่อยู่ตามทะเบียนบ้าน"); b.Property("RegistDistrictId") .HasColumnType("char(36)"); b.Property("RegistProvinceId") .HasColumnType("char(36)"); b.Property("RegistSame") .HasColumnType("tinyint(1)") .HasComment("ที่อยู่ปัจจุบันเหมือนที่อยู่ตามทะเบียนบ้าน"); b.Property("RegistSubDistrictId") .HasColumnType("char(36)"); b.Property("RegistZipCode") .HasMaxLength(10) .HasColumnType("varchar(10)") .HasComment("รหัสไปรษณีย์ที่อยู่ตามทะเบียนบ้าน"); b.Property("RejectDetail") .HasColumnType("longtext") .HasComment("เหตุผลการไม่อนุมัติ"); b.Property("RelationshipId") .HasColumnType("char(36)"); b.Property("SeatNumber") .HasColumnType("longtext") .HasComment("เลขที่นั่งสอบ"); b.Property("Status") .IsRequired() .HasMaxLength(20) .HasColumnType("varchar(20)") .HasComment("สถานะผู้สมัคร"); b.Property("Telephone") .HasMaxLength(20) .HasColumnType("varchar(20)") .HasComment("โทรศัพท์"); b.Property("UserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasComment("User Id ผู้สมัคร"); b.HasKey("Id"); b.HasIndex("CitizenDistrictId"); b.HasIndex("CitizenProvinceId"); b.HasIndex("CurrentDistrictId"); b.HasIndex("CurrentProvinceId"); b.HasIndex("CurrentSubDistrictId"); b.HasIndex("FatherPrefixId"); b.HasIndex("MarryPrefixId"); b.HasIndex("MotherPrefixId"); b.HasIndex("PeriodExamId"); b.HasIndex("PrefixId"); b.HasIndex("ProfileImgId"); b.HasIndex("RegistDistrictId"); b.HasIndex("RegistProvinceId"); b.HasIndex("RegistSubDistrictId"); b.HasIndex("RelationshipId"); b.ToTable("Candidates"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Career", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CandidateId") .HasColumnType("char(36)"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("DurationEnd") .HasColumnType("datetime(6)") .HasColumnOrder(2) .HasComment("ระยะเวลาสิ้นสุด"); b.Property("DurationStart") .HasColumnType("datetime(6)") .HasColumnOrder(1) .HasComment("ระยะเวลาเริ่ม"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasColumnType("longtext") .HasColumnOrder(3) .HasComment("สถานที่ทำงาน/ฝึกงาน"); b.Property("Position") .IsRequired() .HasColumnType("longtext") .HasColumnOrder(4) .HasComment("ตำแหน่ง/ลักษณะงาน"); b.Property("Reason") .IsRequired() .HasColumnType("longtext") .HasColumnOrder(6) .HasComment("เหตุผลที่ออก"); b.Property("Salary") .HasMaxLength(20) .HasColumnType("int") .HasColumnOrder(5) .HasComment("เงินเดือนสุดท้ายก่อนออก"); b.HasKey("Id"); b.HasIndex("CandidateId"); b.ToTable("Careers"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.District", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(2) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(150) .HasColumnType("varchar(150)") .HasColumnOrder(1) .HasComment("เขต/อำเภอ"); b.Property("ProvinceId") .HasColumnType("char(36)"); b.HasKey("Id"); b.HasIndex("ProvinceId"); b.ToTable("Districts"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Documents.Document", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)"); b.Property("CreatedDate") .HasColumnType("datetime(6)"); b.Property("Detail") .IsRequired() .HasColumnType("text"); b.Property("FileName") .IsRequired() .HasMaxLength(255) .HasColumnType("varchar(255)"); b.Property("FileSize") .HasColumnType("int"); b.Property("FileType") .IsRequired() .HasMaxLength(128) .HasColumnType("varchar(128)"); b.Property("ObjectRefId") .HasColumnType("char(36)"); b.HasKey("Id"); b.ToTable("Documents"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Education", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CandidateId") .HasColumnType("char(36)"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("DurationEnd") .HasColumnType("datetime(6)") .HasColumnOrder(2) .HasComment("ระยะเวลาสิ้นสุด"); b.Property("DurationStart") .HasColumnType("datetime(6)") .HasColumnOrder(1) .HasComment("ระยะเวลาเริ่ม"); b.Property("EducationLevelId") .HasColumnType("char(36)"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Major") .IsRequired() .HasColumnType("longtext") .HasColumnOrder(4) .HasComment("สาขาวิชา/วิชาเอก"); b.Property("Name") .IsRequired() .HasColumnType("longtext") .HasColumnOrder(3) .HasComment("ชื่อสถานศึกษา"); b.Property("Scores") .HasMaxLength(10) .HasColumnType("float") .HasColumnOrder(6) .HasComment("คะแนนเฉลี่ยตลอดหลักสูตร"); b.HasKey("Id"); b.HasIndex("CandidateId"); b.HasIndex("EducationLevelId"); b.ToTable("Educations"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.EducationLevel", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(2) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(100) .HasColumnType("varchar(100)") .HasColumnOrder(1) .HasComment("ระดับการศึกษา"); b.HasKey("Id"); b.ToTable("EducationLevels"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.PeriodExam", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("AnnounceDate") .HasColumnType("datetime(6)") .HasColumnOrder(3) .HasComment("วันประกาศ"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("Detail") .HasColumnType("longtext") .HasComment("รายละเอียดสมัครสอบ"); b.Property("EndDate") .HasColumnType("datetime(6)") .HasColumnOrder(2) .HasComment("วันสิ้นสุด"); b.Property("Fee") .HasColumnType("float") .HasComment("ค่าธรรมเนียม"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(150) .HasColumnType("varchar(150)") .HasColumnOrder(4) .HasComment("ชื่อการสอบ"); b.Property("Round") .HasColumnType("int") .HasColumnOrder(5) .HasComment("รอบการสอบ"); b.Property("StartDate") .HasColumnType("datetime(6)") .HasColumnOrder(1) .HasComment("วันเริ่มสมัครสอบ"); b.Property("Year") .HasColumnType("int") .HasComment("ปีงบประมาณ"); b.HasKey("Id"); b.ToTable("PeriodExams"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Prefix", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(3) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(50) .HasColumnType("varchar(50)") .HasColumnOrder(2) .HasComment("รายละเอียดคำนำหน้า"); b.HasKey("Id"); b.ToTable("Prefixes"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Province", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(2) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(150) .HasColumnType("varchar(150)") .HasColumnOrder(1) .HasComment("จังหวัด"); b.HasKey("Id"); b.ToTable("Provinces"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Relationship", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(2) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(50) .HasColumnType("varchar(50)") .HasColumnOrder(1) .HasComment("ชื่อความสัมพันธ์"); b.HasKey("Id"); b.ToTable("Relationships"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Religion", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(2) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(100) .HasColumnType("varchar(100)") .HasColumnOrder(1) .HasComment("ศาสนา"); b.HasKey("Id"); b.ToTable("Religions"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.SubDistrict", b => { b.Property("Id") .ValueGeneratedOnAdd() .HasColumnType("char(36)") .HasColumnOrder(0) .HasComment("PrimaryKey") .HasAnnotation("Relational:JsonPropertyName", "id"); b.Property("CreatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(100) .HasComment("สร้างข้อมูลเมื่อ"); b.Property("CreatedFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(104) .HasComment("ชื่อ User ที่สร้างข้อมูล"); b.Property("CreatedUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(101) .HasComment("User Id ที่สร้างข้อมูล"); b.Property("DistrictId") .HasColumnType("char(36)"); b.Property("IsActive") .HasColumnType("tinyint(1)") .HasColumnOrder(3) .HasComment("สถานะการใช้งาน"); b.Property("LastUpdateFullName") .IsRequired() .HasMaxLength(200) .HasColumnType("varchar(200)") .HasColumnOrder(105) .HasComment("ชื่อ User ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdateUserId") .IsRequired() .HasMaxLength(40) .HasColumnType("varchar(40)") .HasColumnOrder(103) .HasComment("User Id ที่แก้ไขข้อมูลล่าสุด"); b.Property("LastUpdatedAt") .HasColumnType("datetime(6)") .HasColumnOrder(102) .HasComment("แก้ไขข้อมูลล่าสุดเมื่อ"); b.Property("Name") .IsRequired() .HasMaxLength(150) .HasColumnType("varchar(150)") .HasColumnOrder(1) .HasComment("เขต/อำเภอ"); b.Property("ZipCode") .IsRequired() .HasMaxLength(10) .HasColumnType("varchar(10)") .HasColumnOrder(2) .HasComment("รหัสไปรษณีย์"); b.HasKey("Id"); b.HasIndex("DistrictId"); b.ToTable("SubDistricts"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Candidate", b => { b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.District", "CitizenDistrict") .WithMany() .HasForeignKey("CitizenDistrictId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Province", "CitizenProvince") .WithMany() .HasForeignKey("CitizenProvinceId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.District", "CurrentDistrict") .WithMany() .HasForeignKey("CurrentDistrictId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Province", "CurrentProvince") .WithMany() .HasForeignKey("CurrentProvinceId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.SubDistrict", "CurrentSubDistrict") .WithMany() .HasForeignKey("CurrentSubDistrictId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Prefix", "FatherPrefix") .WithMany() .HasForeignKey("FatherPrefixId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Prefix", "MarryPrefix") .WithMany() .HasForeignKey("MarryPrefixId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Prefix", "MotherPrefix") .WithMany() .HasForeignKey("MotherPrefixId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.PeriodExam", "PeriodExam") .WithMany() .HasForeignKey("PeriodExamId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Prefix", "Prefix") .WithMany() .HasForeignKey("PrefixId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Documents.Document", "ProfileImg") .WithMany() .HasForeignKey("ProfileImgId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.District", "RegistDistrict") .WithMany() .HasForeignKey("RegistDistrictId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Province", "RegistProvince") .WithMany() .HasForeignKey("RegistProvinceId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.SubDistrict", "RegistSubDistrict") .WithMany() .HasForeignKey("RegistSubDistrictId"); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Relationship", "Relationship") .WithMany() .HasForeignKey("RelationshipId"); b.Navigation("CitizenDistrict"); b.Navigation("CitizenProvince"); b.Navigation("CurrentDistrict"); b.Navigation("CurrentProvince"); b.Navigation("CurrentSubDistrict"); b.Navigation("FatherPrefix"); b.Navigation("MarryPrefix"); b.Navigation("MotherPrefix"); b.Navigation("PeriodExam"); b.Navigation("Prefix"); b.Navigation("ProfileImg"); b.Navigation("RegistDistrict"); b.Navigation("RegistProvince"); b.Navigation("RegistSubDistrict"); b.Navigation("Relationship"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Career", b => { b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Candidate", "Candidate") .WithMany() .HasForeignKey("CandidateId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); b.Navigation("Candidate"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.District", b => { b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Province", "Province") .WithMany("Districts") .HasForeignKey("ProvinceId"); b.Navigation("Province"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Education", b => { b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.Candidate", "Candidate") .WithMany() .HasForeignKey("CandidateId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.EducationLevel", "EducationLevel") .WithMany() .HasForeignKey("EducationLevelId") .OnDelete(DeleteBehavior.Cascade) .IsRequired(); b.Navigation("Candidate"); b.Navigation("EducationLevel"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.SubDistrict", b => { b.HasOne("BMA.EHR.Recurit.Exam.Service.Models.District", "District") .WithMany("SubDistricts") .HasForeignKey("DistrictId"); b.Navigation("District"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.District", b => { b.Navigation("SubDistricts"); }); modelBuilder.Entity("BMA.EHR.Recurit.Exam.Service.Models.Province", b => { b.Navigation("Districts"); }); #pragma warning restore 612, 618 } } }