update 24年6月功能安全中心变更.sql
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user