This commit is contained in:
fro1991
2025-06-15 01:22:45 +09:00
parent adca2eb164
commit bb9d6e935f

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: "smallint" }) @Column({ type: "float8" })
price: number price: number
@Column({ type: "varchar", length: 50 }) @Column({ type: "varchar", length: 50 })