username@email.com
2021-07-29 38b802f2647e7b5f7e066befedfec9d0aafff437
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)