fix(card-print-queue): add new column of token
This commit is contained in:
@ -68,6 +68,9 @@ export class CardPrintQueue {
|
||||
})
|
||||
type!: CardPrintQueueType;
|
||||
|
||||
@Column({ type: "text", nullable: true })
|
||||
token?: string;
|
||||
|
||||
@CreateDateColumn()
|
||||
created_at!: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user