zhengcaioa/Model/zhengcaioaContext.cs
@@ -488,6 +488,10 @@ entity.Property(e => e.Id).HasMaxLength(50); entity.Property(e => e.BreakPrecedentId) .HasMaxLength(50) .HasColumnName("break_precedentId"); entity.Property(e => e.Creater) .IsRequired() .HasMaxLength(50) @@ -534,6 +538,8 @@ entity.Property(e => e.Tittle) .HasMaxLength(50) .HasColumnName("tittle"); entity.Property(e => e.ToUserId).HasMaxLength(50); }); modelBuilder.Entity<AdmAttendance>(entity =>