CNCEC_SUBQHSE_WUHUAN/DataBase/版本日志/SGGLDB_WH_2024-04-26-bwj.sql

5 lines
167 B
Transact-SQL

alter table TestRun_MonthReport add StartDate DateTime
alter table TestRun_MonthReport add EndDate DateTime
alter table TestRun_MonthReport add SortId nvarchar(50)
go