Product images

This commit is contained in:
2024-09-06 18:49:22 +02:00
parent 6af4388671
commit c18f0e0484
5 changed files with 21 additions and 17 deletions

View File

@@ -23,6 +23,9 @@ export class Product extends Model {
@Column
rating: number
@Column
imageUrl: string
// Relations
@BelongsTo(() => Category)