brilink update

This commit is contained in:
fro1991
2025-05-10 17:49:01 +07:00
parent de134b4185
commit 98116187ca

View File

@ -70,6 +70,12 @@ export class BrizziHistory {
})
remarks: BrizziHistoryRemarks;
@Column({
nullable: true,
length: 64,
})
payload: string
@Column()
@CreateDateColumn()
created_at: Date;