From a8ab4613c405d78330a9b02937e12d4dcbca4469 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 9 Jul 2024 11:06:13 +0800 Subject: [PATCH] =?UTF-8?q?update=2024=E5=B9=B46=E6=9C=88=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=89=E5=85=A8=E4=B8=AD=E5=BF=83=E5=8F=98=E6=9B=B4?= =?UTF-8?q?.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/24年6月功能安全中心变更.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/24年6月功能安全中心变更.sql b/db/24年6月功能安全中心变更.sql index 0c312a69..9ca834c6 100644 --- a/db/24年6月功能安全中心变更.sql +++ b/db/24年6月功能安全中心变更.sql @@ -65,3 +65,5 @@ values ('1803314563741982722', '1432280766382727169', '功能安全中心会议 alter table pay_meeting add safety_center_id varchar(50) null comment '功能安全中心id'; +ALTER TABLE pay_meeting + MODIFY COLUMN `remind` tinyint(1) NULL DEFAULT 0 COMMENT '是否提醒'; \ No newline at end of file