Part of the configuration , added remarks garbled problem

This commit is contained in:
sunkaixuan 2022-07-17 21:30:19 +08:00
parent b3c27a0bd0
commit 3cef13d60b

View File

@ -179,7 +179,7 @@ namespace SqlSugar
{
get
{
return "EXECUTE sp_addextendedproperty N'MS_Description', '{2}', N'user', N'dbo', N'table', N'{1}', N'column', N'{0}'"; ;
return "EXECUTE sp_addextendedproperty N'MS_Description', N'{2}', N'user', N'dbo', N'table', N'{1}', N'column', N'{0}'"; ;
}
}