add department to RO
This commit is contained in:
@ -52,6 +52,12 @@ export class RequestOrder {
|
||||
})
|
||||
requested_by: string;
|
||||
|
||||
@Column({
|
||||
type: 'varchar',
|
||||
nullable: false,
|
||||
})
|
||||
department: string;
|
||||
|
||||
@Column({
|
||||
type: 'text',
|
||||
nullable: true,
|
||||
|
||||
Reference in New Issue
Block a user