Explorar el Código

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

release_toaliyun_real
gongbiao hace 6 años
padre
commit
d4a9d73fd7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 Ver fichero

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

Cargando…
Cancelar
Guardar