Creating admin pages, new brand API endpoint

This commit is contained in:
2024-09-25 15:42:05 +02:00
parent 6dd49f630d
commit 0856540441
28 changed files with 417 additions and 76 deletions

View File

@@ -31,6 +31,9 @@ export class Product extends Model {
@Column
inStock: number
@Column
offered: boolean
@Column({
type: DataType.STRING,
get(): Array<string> {