pudate
This commit is contained in:
@ -24,7 +24,7 @@ export class AssetGood {
|
|||||||
@Column({ type: "text", nullable: true })
|
@Column({ type: "text", nullable: true })
|
||||||
description: string
|
description: string
|
||||||
|
|
||||||
@Column({ type: "float8" })
|
@Column({ type: "float8", nullable: false, default: 0 })
|
||||||
price: number
|
price: number
|
||||||
|
|
||||||
@Column({ type: "varchar", length: 50 })
|
@Column({ type: "varchar", length: 50 })
|
||||||
|
|||||||
Reference in New Issue
Block a user