change schema according to migration
This commit is contained in:
parent
e056db053b
commit
f11ed83afc
6 changed files with 34 additions and 34 deletions
|
@ -21,10 +21,10 @@ export class inspectionPlan {
|
|||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
||||
@Column()
|
||||
@Column({ nullable: true, default: null })
|
||||
equipmentTypeId?: string;
|
||||
|
||||
@Column()
|
||||
@Column({ nullable: true, default: null })
|
||||
vehicleTypeId?: string;
|
||||
|
||||
@ManyToOne(() => equipmentType, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue