change schema according to migration
This commit is contained in:
parent
e056db053b
commit
f11ed83afc
6 changed files with 34 additions and 34 deletions
|
@ -28,7 +28,7 @@ export class wearable {
|
|||
@Column()
|
||||
wearableTypeId: string;
|
||||
|
||||
@Column()
|
||||
@Column({ nullable: true, default: null })
|
||||
wearerId?: string;
|
||||
|
||||
@ManyToOne(() => wearableType, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue