Feat add column admin_price at table product history price
This commit is contained in:
@@ -32,4 +32,7 @@ export class ProductHistoryPrice extends BaseModel {
|
||||
|
||||
@Column('text')
|
||||
type: productType;
|
||||
|
||||
@Column()
|
||||
admin_price: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user