เพิ่ม noti
This commit is contained in:
parent
0269036af7
commit
3871ec5f9f
3 changed files with 40 additions and 5 deletions
|
|
@ -101,11 +101,13 @@ export class CommandRecive extends EntityBase {
|
|||
@JoinColumn({ name: "commandId" })
|
||||
command: Command;
|
||||
|
||||
// @Column({
|
||||
// length: 40,
|
||||
// comment: "คีย์นอก(FK)ของตาราง profile",
|
||||
// })
|
||||
// profileId: string;
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 40,
|
||||
comment: "คีย์นอก(FK)ของตาราง profile",
|
||||
default: null,
|
||||
})
|
||||
profileId: string;
|
||||
|
||||
// @ManyToOne(() => Profile, (profile) => profile.commandRecives)
|
||||
// @JoinColumn({ name: "profileId" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue