You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
430 B
8 lines
430 B
CREATE TABLE negative_mark ( |
|
negative_id varchar(40), |
|
involve_second_depart_id varchar(40) COMMENT '涉及二级单位', |
|
involve_second_depart_name varchar(255) COMMENT '涉及二级单位名称', |
|
involve_three_depart_id varchar(40) COMMENT '涉及三级单位', |
|
involve_three_depart_name varchar(255) COMMENT '涉及三级单位名称', |
|
PRIMARY KEY (`negative_id`) |
|
) COMMENT='问题统计表'; |