feat: add payment module and factory
This commit is contained in:
@@ -13,8 +13,8 @@ export class Ticket extends BaseEntity {
|
||||
@Column({ type: "int", generated: "identity", insert: false })
|
||||
numericId: number;
|
||||
|
||||
@Column({ type: "varchar", length: 150, nullable: false })
|
||||
title: string;
|
||||
// @Column({ type: "varchar", length: 150, nullable: false })
|
||||
// title: string;
|
||||
|
||||
@Column({ type: "varchar", length: 150, nullable: false })
|
||||
subject: string;
|
||||
|
||||
Reference in New Issue
Block a user