5 lines
102 B
MySQL
5 lines
102 B
MySQL
|
ALTER TABLE [dbo].[EduTrain_TrainRecord] DROP CONSTRAINT [FK_EduTrain_TrainRecord_Training_Plan]
|
||
|
GO
|
||
|
|
||
|
|