Explorar el Código

[卡券][修改]:卡密过期时间

release_toaliyun_real
Stormeye Wu hace 6 años
padre
commit
7691739453
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql

+ 2
- 0
mallinkAdmin/src/main/resources/db/migration/V201909170410__CHANGE_COUPON_PASSWORD.sql Ver fichero

@@ -0,0 +1,2 @@
ALTER TABLE `wx_coupon_password`
ADD COLUMN `expire_date` datetime NULL COMMENT '卡密过期时间(默认发送后一个月内过期)';

Cargando…
Cancelar
Guardar