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][修改][为wx_shop表添加字段]
release_toaliyun_real
gongbiao
6 years ago
parent
52fdcd6225
commit
d4a9d73fd7
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql
+ 3
- 0
mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql
View File
@@ -0,0 +1,3 @@
alter table `wx_shop`
add column 'business' int(11) default 0 COMMENT '预置业态',
add column 'rent' bigint(12) default 0 COMMENT '参与租金';
Write
Preview
Loading…
Cancel
Save