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
mali
2016-05-11 19:13:31 +0800
Commit
ff27ae4c7597089d00c9d55369c82721d1d8da60
1 parent
7d0b4d76
ALTER TABLE yh_shops.brand_series ADD COLUMN `bannar_img` varchar(100) DEFAULT NULL;
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
database/dev330/330版本.sql
database/dev330/330版本.sql
View file @
ff27ae4
...
...
@@ -324,3 +324,6 @@ ADD COLUMN `factory_code` varchar(100) NULL;
`reject_reason`
varchar
(
500
)
DEFAULT
NULL
COMMENT
'驳回原因'
,
PRIMARY
KEY
(
`product_skn`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
ALTER
TABLE
yh_shops
.
brand_series
ADD
COLUMN
`bannar_img`
varchar
(
100
)
DEFAULT
NULL
;
\ No newline at end of file
...
...
Please
register
or
login
to post a comment