update
This commit is contained in:
@ -70,6 +70,12 @@ export class BrizziHistory {
|
||||
})
|
||||
remarks: BrizziHistoryRemarks;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 128,
|
||||
})
|
||||
description: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 64,
|
||||
|
||||
Reference in New Issue
Block a user