Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
fdeded44
Commit
fdeded44
authored
Jul 14, 2020
by
季圣华
Browse files
更新sql记录
parent
f759c0f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/数据库更新记录-方便升级.txt
View file @
fdeded44
...
@@ -819,5 +819,5 @@ ROW_FORMAT=COMPACT
...
@@ -819,5 +819,5 @@ ROW_FORMAT=COMPACT
-- 修改jsh_material_stock的表名为jsh_material_initial_stock
-- 修改jsh_material_stock的表名为jsh_material_initial_stock
-- 修改jsh_material_initial_stock表的删除字段
-- 修改jsh_material_initial_stock表的删除字段
-- --------------------------------------------------------
-- --------------------------------------------------------
alter table jsh_material_stock rename to jsh_material_initial_stock
alter table jsh_material_stock rename to jsh_material_initial_stock
;
alter table jsh_material_initial_stock change delete_fag delete_flag varchar(1) NULL DEFAULT '0' COMMENT '删除标记,0未删除,1删除';
alter table jsh_material_initial_stock change delete_fag delete_flag varchar(1) NULL DEFAULT '0' COMMENT '删除标记,0未删除,1删除';
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment