修改五环安全月报

This commit is contained in:
2024-08-26 14:24:39 +08:00
parent 90b11e22d6
commit ba55ac64e4
8 changed files with 628 additions and 28 deletions
@@ -3,7 +3,7 @@ alter table Manager_MonthReportC
add MonthHdangerCount int null;
alter table Manager_MonthReportC
add MonthHdangerCount int null;
add YearHdangerCount int null;
--增加Manager_HiddenDanger表本月隐患整改情况
CREATE TABLE [dbo].[Manager_HiddenDanger](
@@ -18,4 +18,5 @@ CREATE TABLE [dbo].[Manager_HiddenDanger](
(
[Id] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
) ON [PRIMARY];
) ON [PRIMARY];