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