This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[商场信息][修改][简介字段sql]
release_toaliyun_real
gongbiao
6 years ago
parent
930d356d38
commit
96c707e42c
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mallinkAdmin/src/main/resources/db/migration/V201909271530__G_MALL.sql
+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201909271530__G_MALL.sql
View File
@@ -0,0 +1,2 @@
alter table wx_mall
change column `introduction` `introduction` varchar(1024) DEFAULT '' not null COMMENT '简介';
Write
Preview
Loading…
Cancel
Save