Creating admin pages, new brand API endpoint
This commit is contained in:
@@ -31,6 +31,9 @@ export class Product extends Model {
|
||||
@Column
|
||||
inStock: number
|
||||
|
||||
@Column
|
||||
offered: boolean
|
||||
|
||||
@Column({
|
||||
type: DataType.STRING,
|
||||
get(): Array<string> {
|
||||
|
||||
Reference in New Issue
Block a user