xinjiang/DataBase/版本日志/SGGLDB_V2024-08-15-001-gaof...

21 lines
1.1 KiB
Transact-SQL

alter table CQMS_ConstructionLogImageProgress add SortIndex int null
GO
alter table CQMS_ConstructionLogItem add MechanicNum1 int null
alter table CQMS_ConstructionLogItem add MechanicNum2 int null
alter table CQMS_ConstructionLogItem add MechanicNum3 int null
alter table CQMS_ConstructionLogItem add MechanicNum4 int null
alter table CQMS_ConstructionLogItem add MechanicNum5 int null
alter table CQMS_ConstructionLogItem add MechanicNum6 int null
alter table CQMS_ConstructionLogItem add MechanicNum7 int null
alter table CQMS_ConstructionLogItem add MechanicNum8 int null
alter table CQMS_ConstructionLogItem add MechanicNum9 int null
alter table CQMS_ConstructionLogItem add MechanicNum10 int null
alter table CQMS_ConstructionLogItem add MechanicNum11 int null
alter table CQMS_ConstructionLogItem add MechanicNum12 int null
alter table CQMS_ConstructionLogItem add MechanicNum13 int null
alter table CQMS_ConstructionLogItem add MechanicNum14 int null
alter table CQMS_ConstructionLogItem add MechanicNum15 int null
alter table CQMS_ConstructionLogItem add MechanicNum16 int null
alter table CQMS_ConstructionLogItem add MechanicNum17 int null
GO