Explorar el Código

[B端微信用户][修改][sql]

release_toaliyun_real
gongbiao hace 6 años
padre
commit
00213b6672
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkAdmin/src/main/resources/db/migration/V201909211536__G_BUSER.sql

+ 1
- 1
mallinkAdmin/src/main/resources/db/migration/V201909211536__G_BUSER.sql Ver fichero

@@ -44,7 +44,7 @@ CREATE TABLE `wx_buser` (
`is_subscribe` tinyint(2) DEFAULT '0' COMMENT '是否关联公众号(0:否,1:关联)',
`credit` int(11) DEFAULT '0' COMMENT '积分',
`active_time` datetime DEFAULT NULL COMMENT '最后一次活跃时间',
`user_id` datetime DEFAULT 0 NOT NULL COMMENT '登录用户ID',
`user_id` bigint(20) DEFAULT 0 NOT NULL COMMENT '登录用户ID',
PRIMARY KEY (`id`),
UNIQUE KEY `id_UNIQUE` (`id`),
KEY `open_id_index` (`tenant_id`,`open_id`),


Cargando…
Cancelar
Guardar