Feat : Create a group of backend team and assign ticket to the respective backend member
This commit is contained in:
@@ -7,6 +7,9 @@ export class Ticket {
|
||||
// @PrimaryColumn("int")
|
||||
id!: number
|
||||
|
||||
@PrimaryColumn()
|
||||
ticket_id! : number
|
||||
|
||||
@Column("varchar")
|
||||
category_of_request! : string
|
||||
|
||||
@@ -24,6 +27,9 @@ export class Ticket {
|
||||
@Column('varchar')
|
||||
created_by! : string
|
||||
|
||||
@Column('bigint')
|
||||
customer_account_no! : number
|
||||
|
||||
@Column('varchar')
|
||||
created_date! : string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user