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
xin
2016-05-06 19:19:22 +0800
Commit
28b06968abb2321802a923f89d6f8fe2367a06f4
1 parent
5cffa4f0
special_activity 新增字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
database/platformOptimization/specialActivity.sql
database/platformOptimization/specialActivity.sql
0 → 100644
View file @
28b0696
ALTER
TABLE
`special_activity`
ADD
COLUMN
`yh_channel`
enum
(
'1'
,
'2'
,
'3'
,
'4'
)
NULL
DEFAULT
'1'
AFTER
`order_num`
;
...
...
Please
register
or
login
to post a comment