From 93c6636c3ef4a85177cd5994155046f1d018fbf3 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Tue, 2 Jul 2024 10:22:32 +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, 1 insertion(+), 1 deletion(-) diff --git a/db/24年6月功能安全中心变更.sql b/db/24年6月功能安全中心变更.sql index e569d5c4..da2cefb6 100644 --- a/db/24年6月功能安全中心变更.sql +++ b/db/24年6月功能安全中心变更.sql @@ -2,7 +2,7 @@ drop table if exists pay_functional_safety_center; create table pay_functional_safety_center ( id varchar(36) not null comment 'id', - parent_id varchar(36) not null comment '父级id', + parent_id varchar(36) null comment '父级id', project_type int null comment '项目类型(1功能安全中心,2研究组,3项目组)', project_name varchar(50) null comment '项目名称', principal_id varchar(32) null comment '负责人id',