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

Commit 88b1bf88 authored by zhanggb's avatar zhanggb

~sql;

parent 1436c5d2
...@@ -1209,7 +1209,7 @@ alter table goblin_goods_sku add sku_erp_code varchar(64) null comment 'ERP单 ...@@ -1209,7 +1209,7 @@ alter table goblin_goods_sku add sku_erp_code varchar(64) null comment 'ERP单
# -- >>------------------------------------------------------------------------------------ |20221205商品接入ERP管理 # -- >>------------------------------------------------------------------------------------ |20221205商品接入ERP管理
alter table goblin_goods add erp_type varchar(30) null comment 'ERP类型[WANGDIAN-旺店通]' after spu_erp_code; alter table goblin_goods add erp_type varchar(30) null comment 'ERP类型[WANGDIAN-旺店通]' after spu_erp_code;
alter table goblin_goods_sku add erp_type varchar(30) null comment 'ERP类型[WANGDIAN-旺店通]' after sku_bar_code;# 冗余记录 alter table goblin_goods_sku add erp_type varchar(30) null comment 'ERP类型[WANGDIAN-旺店通]' after sku_erp_code;# 冗余记录
alter table goblin_goods_sku add erp_hosting tinyint default 0 comment 'ERP托管[0-否|1-是]' after erp_type; alter table goblin_goods_sku add erp_hosting tinyint default 0 comment 'ERP托管[0-否|1-是]' after erp_type;
alter table goblin_goods_sku add erp_warehouse_no varchar(64) null comment 'ERP仓库编号' after erp_hosting; alter table goblin_goods_sku add erp_warehouse_no varchar(64) null comment 'ERP仓库编号' after erp_hosting;
......
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