|
|
@ -19,10 +19,8 @@ public static class InjectionRequestDbContextModelCreatingExtensions |
|
|
|
b.ConfigureSfsStoreBase(); |
|
|
|
|
|
|
|
//Properties
|
|
|
|
b.Property(q => q.Type).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.PreparationPlanNumber).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.ProdLine).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.Workshop).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.Type).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.ProdLine).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|
b.Property(q => q.RequestStatus).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
|
|
|
|
|
//Relations
|
|
|
|