Skip to content

Commit b9e8853

Browse files
committed
Add priceComparisonUrl column
1 parent a96d382 commit b9e8853

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/models/tables/Perfume.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ export class Perfume extends Model {
5151
})
5252
imageUrl: string;
5353

54+
@Column({
55+
type: DataType.STRING,
56+
allowNull: true,
57+
})
58+
priceComparisonUrl: string;
59+
5460
@Column({
5561
type: DataType.STRING(1000),
5662
allowNull: false,

0 commit comments

Comments
 (0)