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