|
|
@ -36,7 +36,7 @@ public static class KittingDbContextModelCreatingExtensions |
|
|
|
b.ConfigureByConvention(); |
|
|
|
//Configure Sfs base properties
|
|
|
|
b.ConfigureSfsBase(); |
|
|
|
|
|
|
|
b.Property(p => p.ItemName).HasMaxLength(SfsPropertyConst.DescLength); |
|
|
|
b.Property(p => p.ItemDesc1).HasMaxLength(SfsPropertyConst.DescLength); |
|
|
|
//Properties
|
|
|
|
b.Property(q => q.ItemDesc2).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
|