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

5 lines
167 B
MySQL
Raw Normal View History

2024-04-26 10:08:30 +08:00
alter table TestRun_MonthReport add StartDate DateTime
alter table TestRun_MonthReport add EndDate DateTime
alter table TestRun_MonthReport add SortId nvarchar(50)
go