Toggle navigation
Toggle navigation
This project
Loading...
Sign in
platform
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Snippets
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lijian
2016-06-21 13:20:50 +0800
Commit
c49e8fd276e204ac71b0f735019ac09403b17a4f
1 parent
e21ce720
Update dev630.sql
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
database/dev630/dev630.sql
database/dev630/dev630.sql
View file @
c49e8fd
ALTER
TABLE
erp_product
.
storage
ADD
`upm_code`
VARCHAR
(
100
)
DEFAULT
''
COMMENT
'upm条码'
;
ALTER
TABLE
erp_supplier
.
base_single
ADD
`upm_code`
VARCHAR
(
100
)
DEFAULT
''
COMMENT
'upm条码'
;
...
...
Please
register
or
login
to post a comment