3 lines
61 B
MySQL
3 lines
61 B
MySQL
|
|
alter table dbo.Tw_InOutPlanDetail
|
||
|
|
add SortIndex int
|
||
|
|
go
|