Browse Source

商户身份证字段长度加到30

lcl 1 năm trước cách đây
mục cha
commit
3ac1e7f4b4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      PxcModels/WebCMSEntities.cs

+ 1 - 1
PxcModels/WebCMSEntities.cs

@@ -10487,7 +10487,7 @@ namespace MySystem.PxcModels
                 entity.Property(e => e.MatchTime).HasColumnType("datetime");
 
                 entity.Property(e => e.MerIdcardNo)
-                    .HasColumnType("varchar(18)")
+                    .HasColumnType("varchar(30)")
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");