系统功能细节优化
This commit is contained in:
@@ -732,4 +732,12 @@ ROW_FORMAT=COMPACT
|
||||
-- 时间 2020-02-16
|
||||
-- by jishenghua
|
||||
-- ----------------------------
|
||||
alter table jsh_depotitem add material_extend_id bigint(20) DEFAULT NULL COMMENT '商品扩展id' after MaterialId;
|
||||
alter table jsh_depotitem add material_extend_id bigint(20) DEFAULT NULL COMMENT '商品扩展id' after MaterialId;
|
||||
|
||||
-- ----------------------------
|
||||
-- 给单据主表删除字段ProjectId 和 AllocationProjectId
|
||||
-- 时间 2020-02-18
|
||||
-- by jishenghua
|
||||
-- ----------------------------
|
||||
alter table jsh_depothead drop column ProjectId
|
||||
alter table jsh_depothead drop column AllocationProjectId
|
||||
Reference in New Issue
Block a user