no message

This commit is contained in:
Kittapath 2024-05-16 14:10:08 +07:00
parent feb8da3947
commit 4676b62a6f
2 changed files with 20 additions and 0 deletions

View file

@ -16,9 +16,11 @@ import { ProfileSalaryHistory } from "./ProfileSalaryHistory";
@Entity("profileSalary")
export class ProfileSalary extends EntityBase {
@Column({
nullable: true,
length: 40,
comment: "คีย์นอก(FK)ของตาราง profile",
type: "uuid",
default: null,
})
profileId: string;