Change employee to a left join
This commit is contained in:
@@ -16,5 +16,5 @@ export class Company {
|
||||
export class Employee {
|
||||
public id: number = 0;
|
||||
public accountID: number = 0;
|
||||
public companyID: number = 0;
|
||||
public company: Company = new Company;
|
||||
}
|
||||
Reference in New Issue
Block a user