first commit
This commit is contained in:
5
db/update_for_20250514.sql
Normal file
5
db/update_for_20250514.sql
Normal file
@ -0,0 +1,5 @@
|
||||
ALTER TABLE `mt_goods`
|
||||
ADD COLUMN `COST_PRICE` DECIMAL (10, 2) DEFAULT 0.00 NULL COMMENT '成本价格' AFTER `LINE_PRICE`;
|
||||
|
||||
ALTER TABLE `mt_goods_sku`
|
||||
ADD COLUMN `COST_PRICE` DECIMAL (10, 2) DEFAULT 0.00 NULL COMMENT '成本价格' AFTER `LINE_PRICE`;
|
||||
Reference in New Issue
Block a user