#94 RelationInfo.isManyToOne
This commit is contained in:
parent
f3a79c2e38
commit
d7ee4990c1
@ -25,6 +25,6 @@ export class RelationInfo {
|
||||
return this.relationType == "OneToOne";
|
||||
}
|
||||
get isManyToOne(): boolean {
|
||||
return this.relationType == "OneToOne";
|
||||
return this.relationType == "ManyToOne";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user