Commit 71e732dc by 岳巧源

modify purchase price sql

parent 9f96ca9a
Showing with 2 additions and 0 deletions
......@@ -28,3 +28,4 @@ select resp_body_msg from lie_shop_push_sku_log where apply_id = '' limit 1;
alter table lie_shop_picture add column lie_pdf varchar(255) default '' not null comment '猎芯pdf链接';
alter table lie_shop_picture add column jd_pdf varchar(255) default '' not null comment '京东pdf链接';
alter table lie_shop_sku modify column cost_price decimal(10, 4) unsigned default 0.0000 not null comment '采购价,或成本价';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment