This commit is contained in:
fro1991
2025-11-04 22:35:27 +07:00
parent 4d72c0f0a1
commit 339bd262d4

View File

@ -30,7 +30,7 @@ export class TrxEmailLog {
request_at: Date; request_at: Date;
@Column({ @Column({
nullable: false, nullable: true,
type: "text", type: "text",
}) })
response: string; response: string;