5 lines
167 B
MySQL
5 lines
167 B
MySQL
|
|
||
|
alter table TestRun_MonthReport add StartDate DateTime
|
||
|
alter table TestRun_MonthReport add EndDate DateTime
|
||
|
alter table TestRun_MonthReport add SortId nvarchar(50)
|
||
|
go
|