crud product
This commit is contained in:
@@ -4,6 +4,9 @@ import { AttributeType } from '../interface/product.interface';
|
||||
|
||||
@Entity({ tableName: 'attributes' })
|
||||
export class Attribute extends BaseEntity {
|
||||
@Property({ type: 'bigint' })
|
||||
productId: string
|
||||
|
||||
@Property({ primary: true })
|
||||
id: bigint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user