brilink update
This commit is contained in:
@ -8,10 +8,6 @@ export class BrilinkProductItem {
|
|||||||
@PrimaryGeneratedColumn("uuid")
|
@PrimaryGeneratedColumn("uuid")
|
||||||
id: string;
|
id: string;
|
||||||
|
|
||||||
@ManyToOne(() => BrilinkProductCategory, { onDelete: "RESTRICT" })
|
|
||||||
@JoinTable()
|
|
||||||
product_category: BrilinkProductCategory;
|
|
||||||
|
|
||||||
@ManyToOne(() => BrilinkProductType, { onDelete: "RESTRICT" })
|
@ManyToOne(() => BrilinkProductType, { onDelete: "RESTRICT" })
|
||||||
@JoinTable()
|
@JoinTable()
|
||||||
product_type: BrilinkProductType;
|
product_type: BrilinkProductType;
|
||||||
|
|||||||
Reference in New Issue
Block a user