Product images

This commit is contained in:
2024-09-06 18:49:22 +02:00
parent 53d079c95f
commit b585ceb81b
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)