This commit is contained in:
fro1991
2025-06-15 01:24:45 +09:00
parent bb9d6e935f
commit 9e8c9d252f

View File

@ -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 })