3 lines
61 B
Transact-SQL
3 lines
61 B
Transact-SQL
|
|
alter table dbo.Tw_InOutPlanDetail
|
||
|
|
add SortIndex int
|
||
|
|
go
|