This commit is contained in:
@@ -918,7 +918,6 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasMaxLength(500)
|
||||
.IsRequired(false);
|
||||
|
||||
// Relationship
|
||||
entity.HasOne(e => e.Client)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FK_Client)
|
||||
|
||||
Reference in New Issue
Block a user