From bab6c3f0f5d866b227abc6e64aff7eabc0350f96 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Mon, 24 Jan 2022 16:28:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=202022-1-24=20=E6=96=B0=E5=A2=9Esql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/2022-1-4变更.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db/2022-1-4变更.sql b/db/2022-1-4变更.sql index cd31ee01..ed2ad19c 100644 --- a/db/2022-1-4变更.sql +++ b/db/2022-1-4变更.sql @@ -35,3 +35,6 @@ create table wx_secret ); INSERT INTO wx_secret (login_type, secret) VALUES ('dev', 'db3482f68206b077ca67041f47462c3229d22c277308d96c02c72a128aee0f3fdd05ac2f70d22539'); INSERT INTO wx_secret (login_type, secret) VALUES ('prod', '51daf9829b6b487f99693a2032cda10abde40319b6ffdc61886b921e7eaa40c5ae3e49a5b13a2a31'); +-- 2022-1-24新增 +ALTER TABLE `pay_meeting` + MODIFY COLUMN `meeting_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL COMMENT '会议内容' AFTER `estimated_number`; \ No newline at end of file