This commit is contained in:
@@ -1024,8 +1024,7 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasColumnName("part_number_sl")
|
||||
.HasMaxLength(100)
|
||||
.IsRequired(false);
|
||||
|
||||
// Relationship
|
||||
|
||||
entity.HasOne(e => e.Header)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FK_Header)
|
||||
|
||||
Reference in New Issue
Block a user