* Removed comment #24
@@ -2579,7 +2579,6 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasColumnType("int")
|
||||
.IsRequired(false);
|
||||
|
||||
// Foreign Key
|
||||
entity.HasOne(e => e.Header)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FKHeader)
|
||||
|
||||
Reference in New Issue
Block a user