修改脚本
This commit is contained in:
parent
2d0bb16490
commit
655ea45161
|
@ -1,2 +1,6 @@
|
|||
CREATE NONCLUSTERED INDEX EduTrain_TrainRecordDetail_TrainingId_Index
|
||||
ON [dbo].[EduTrain_TrainRecordDetail] ([TrainingId]);
|
||||
ON [dbo].[EduTrain_TrainRecordDetail] ([TrainingId]);
|
||||
|
||||
CREATE NONCLUSTERED INDEX Sys_CodeRecords_DataId_Index
|
||||
ON [dbo].[Sys_CodeRecords] ([DataId])
|
||||
INCLUDE ([Code]);
|
Loading…
Reference in New Issue