SqlServer remove remak keyword bug

This commit is contained in:
skx 2021-02-04 15:13:38 +08:00
parent 248658ec8b
commit 85c8941fc0

View File

@ -187,7 +187,7 @@ namespace SqlSugar
{
get
{
return "EXEC sp_dropextendedproperty 'MS_Description','user',dbo,'table','{1}','column',{0}";
return "EXEC sp_dropextendedproperty 'MS_Description','user',dbo,'table','{1}','column','{0}'";
}
}