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