LAPTOP-KB9HII50\70708 2 سال پیش
والد
کامیت
43da1d866e
2فایلهای تغییر یافته به همراه11 افزوده شده و 1 حذف شده
  1. 0 0
      common/common-entity/sql/2023.sql
  2. 11 1
      common/common-entity/sql记录

+ 0 - 0
common/common-entity/sql/2023.sql


+ 11 - 1
common/common-entity/sql记录

@ -2285,4 +2285,14 @@ CREATE TABLE `base_patient_family_pushonoff` (
-- 2022-10-31 ysj
-- 2022-10-31 ysj
alter table base_patient_wechat add column xopenid varchar(50) default null comment '微信小程序openid';
alter table base_patient_wechat add column xopenid varchar(50) default null comment '微信小程序openid';
-- 2022-11-16 ysj
CREATE TABLE `base_urge_reminder_record` (
  `id` varchar(50) NOT NULL,
  `type` varchar(2) DEFAULT NULL,
  `order_id` varchar(50) DEFAULT NULL,
  `create_time` datetime DEFAULT NULL,
  KEY `index1` (`type`,`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='工单催促提醒记录';