ソースを参照

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

lcl 1 年間 前
コミット
3ac1e7f4b4
1 ファイル変更1 行追加1 行削除
  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.MatchTime).HasColumnType("datetime");
 
 
                 entity.Property(e => e.MerIdcardNo)
                 entity.Property(e => e.MerIdcardNo)
-                    .HasColumnType("varchar(18)")
+                    .HasColumnType("varchar(30)")
                     .HasCharSet("utf8")
                     .HasCharSet("utf8")
                     .HasCollation("utf8_general_ci");
                     .HasCollation("utf8_general_ci");