记得上下班打卡 | git大法好,push需谨慎

Commit 94e50137 authored by 张国柄's avatar 张国柄

+sql:+erpType;

parent 61c7ac89
......@@ -1206,7 +1206,8 @@ alter table goblin_goods add spu_erp_code varchar(64) null comment 'ERP商品编
alter table goblin_goods_sku modify sku_no varchar(64) not null comment '单品编码';
alter table goblin_goods_sku add sku_bar_code varchar(64) null comment '单品条码' after sku_no;
alter table goblin_goods_sku add sku_erp_code varchar(64) null comment 'ERP单品编码' after sku_bar_code;
# -- >>------------------------------------------------------------------------------------
# -- >>------------------------------------------------------------------------------------ |20221115商品录入ERP编码
alter table goblin_goods_sku add sku_erp_type varchar(30) null comment 'ERP类型[wangdian-旺店通]' after sku_erp_code;
# -- >>------------------------------------------------------------------------------------
# -- >>------------------------------------------------------------------------------------
# -- >>------------------------------------------------------------------------------------
\ 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 to comment