ประเภทประการเกียรติ
This commit is contained in:
parent
45c7a179c5
commit
087098f8b2
4 changed files with 37 additions and 1 deletions
|
|
@ -28,6 +28,14 @@ export class ProfileHonorHistory extends EntityBase {
|
|||
})
|
||||
issuer: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 200,
|
||||
comment: "ประเภท",
|
||||
default: null,
|
||||
})
|
||||
type: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: "datetime",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue