Browse Source

[SQL][修改][为wx_shop表添加字段]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
d4a9d73fd7
1 changed files with 3 additions and 0 deletions
  1. +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 '参与租金';

Loading…
Cancel
Save