fix: upload product

This commit is contained in:
ilham
2021-12-23 19:59:35 +07:00
parent f142dc66c1
commit 15852b1ecb
2 changed files with 10 additions and 3 deletions

View File

@@ -28,7 +28,9 @@ export class Product extends BaseModel {
@Column()
status: string;
@Column()
@Column({
nullable: true,
})
price: number;
@Column({