Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
2017-09-27 09:30:27 +0800
Commit
5bb4e264d7074c0ebf13ffa5f9d32aca902b62f2
1 parent
cef1e7f5
管理后台上传图片功能修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
migrations/20170927092926.sql
migrations/index.js
migrations/20170927092926.sql
0 → 100644
View file @
5bb4e26
/*
街拍h5记录用户姓名
@author: liqi <qi.li@yoho.cn>
@date: 2017-09-27 09:29:26
*/
#
注意:
GO
;
分割执行块
ALTER
TABLE
act_article
ADD
`user_name`
varchar
(
200
)
DEFAULT
''
;
GO
;
...
...
migrations/index.js
View file @
5bb4e26
module
.
exports
=
[
'_migration'
,
'20170913102356'
];
module
.
exports
=
[
'_migration'
,
'20170913102356'
,
'20170927092926'
];
...
...
Please
register
or
login
to post a comment