202311122 脚本整理

This commit is contained in:
2023-11-22 14:30:00 +08:00
parent 55b52e460a
commit c3d072b687
23 changed files with 0 additions and 0 deletions
@@ -0,0 +1,9 @@
exec sp_rename 'dbo.Base_DNCompare.Sch5S', SCH5S, 'COLUMN'
go
exec sp_rename 'dbo.Base_DNCompare.Sch10S', SCH10S, 'COLUMN'
go
alter table Base_Project add ProjectRealCode nvarchar(50) null
GO