This commit is contained in:
fro1991
2025-11-04 22:34:58 +07:00
parent 55b9ba8fb6
commit 4d72c0f0a1

View File

@ -43,6 +43,7 @@ export class TrxEmailLog {
@Column({ @Column({
nullable: false, nullable: false,
length: 64, length: 64,
default: TrxEmailStatus.process,
}) })
status: TrxEmailStatus; status: TrxEmailStatus;