extend damageReport with noteByWorker
This commit is contained in:
parent
a208cdd158
commit
c02487ad3c
8 changed files with 18 additions and 8 deletions
|
@ -25,7 +25,10 @@ export class damageReport {
|
|||
location: string;
|
||||
|
||||
@Column({ type: "text" })
|
||||
note: string;
|
||||
noteByReporter: string;
|
||||
|
||||
@Column({ type: "text" })
|
||||
noteByWorker: string;
|
||||
|
||||
@Column({
|
||||
type: "text",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue