space posno
This commit is contained in:
parent
b1b9700e40
commit
d9fb4110e3
18 changed files with 1283 additions and 875 deletions
|
|
@ -198,7 +198,7 @@ export class ProfileSalary extends EntityBase {
|
|||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 255,
|
||||
type: "text",
|
||||
comment: "หมายเหตุ",
|
||||
default: null,
|
||||
})
|
||||
|
|
@ -226,7 +226,7 @@ export class ProfileSalary extends EntityBase {
|
|||
isGovernment: boolean;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
nullable: false,
|
||||
comment: "ข้อมูลจาก Entry",
|
||||
default: null,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue