This commit is contained in:
2025-09-24 11:27:49 +08:00
parent 3ad6b67803
commit 9577a0ce23
15 changed files with 167 additions and 130 deletions
@@ -0,0 +1,4 @@
alter table dbo.Comprehensive_NCRManagement drop constraint FK_Comprehensive_NCRManagement_Sys_User
GO
alter table Comprehensive_NCRManagement alter column Supervisor nvarchar(1000) null
GO