no message
This commit is contained in:
parent
b7ca6795cb
commit
9365c6c62e
4 changed files with 77 additions and 2 deletions
|
|
@ -36,6 +36,13 @@ export class Profile extends EntityBase {
|
|||
})
|
||||
avatar: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "รูปถ่าย",
|
||||
default: null,
|
||||
})
|
||||
avatarName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ยศ",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,13 @@ export class ProfileAvatar extends EntityBase {
|
|||
})
|
||||
avatar: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "รูปถ่าย",
|
||||
default: null,
|
||||
})
|
||||
avatarName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue