This commit is contained in:
fro1991
2025-05-24 01:54:30 +07:00
parent 61db4f96af
commit c14270597b

View File

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