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
a92bf8d3
Commit
a92bf8d3
authored
Apr 23, 2019
by
double
Browse files
仓库添加默认仓库
parent
52f5020a
Changes
2
Hide whitespace changes
Inline
Side-by-side
sql/jsh_erp.sql
View file @
a92bf8d3
...
...
@@ -328,6 +328,7 @@ CREATE TABLE `jsh_depot` (
`type`
int
(
10
)
DEFAULT
NULL
COMMENT
'类型'
,
`sort`
varchar
(
10
)
DEFAULT
NULL
COMMENT
'排序'
,
`remark`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'描述'
,
`IsDefault`
bit
(
1
)
DEFAULT
NULL
COMMENT
'是否默认'
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
7
DEFAULT
CHARSET
=
utf8
COMMENT
=
'仓库表'
;
...
...
sql/华夏ERP数据库设计汇总.xlsx
View file @
a92bf8d3
No preview for this file type
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