migration
This commit is contained in:
parent
39a1a3bbb0
commit
19d665fd69
4 changed files with 36 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ export class ApiKey extends EntityBase {
|
|||
name: string;
|
||||
|
||||
@Column({
|
||||
type: 'longtext',
|
||||
nullable: true,
|
||||
comment: "keyApi",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
keyApi: string;
|
||||
|
|
|
|||
|
|
@ -55,9 +55,9 @@ export class ProfileTraining extends EntityBase {
|
|||
topic: string;
|
||||
|
||||
@Column({
|
||||
type: 'longtext',
|
||||
nullable: true,
|
||||
length: 200,
|
||||
comment: "สถานที่ฝึกอบรม/ดูงาน ",
|
||||
comment: "สถานที่ฝึกอบรม/ดูงาน",
|
||||
default: null,
|
||||
})
|
||||
place: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue