Browse Source

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

release_toaliyun_real
gongbiao 6 years ago
parent
commit
e6d3688938
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql

+ 2
- 2
mallinkAdmin/src/main/resources/db/migration/V201907151125__G_ALTER_SHOP.sql View File

@@ -1,3 +1,3 @@
alter table `wx_shop`
add column 'business' int(11) default 0 COMMENT '预置业态',
add column 'rent' bigint(12) default 0 COMMENT '参与租金';
add column business int(11) default 0 COMMENT '预置业态',
add column rent bigint(12) default 0 COMMENT '参与租金';

Loading…
Cancel
Save