|
@ -46,7 +46,7 @@ public static class InjectionJobDbContextModelCreatingExtensions |
|
|
b.Property(q => q.ProdLine).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.ProdLine).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.OnTheWayLocationCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.OnTheWayLocationCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.PositionCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.PositionCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.RecommendType).HasMaxLength(SfsPropertyConst.CodeLength).HasConversion<string>(); |
|
|
b.Property(q => q.RecommendType).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
|
|
|
|
|
//Relations
|
|
|
//Relations
|
|
|
//None
|
|
|
//None
|
|
|