fix:默认值

This commit is contained in:
geh 2025-03-26 09:59:20 +08:00
parent 8412258cb3
commit 2d5e6785f1
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
ALTER TABLE Solution_LargerHazard
ADD CONSTRAINT DF_Solution_LargerHazard_TrainPersonNum DEFAULT 0 FOR TrainPersonNum;
go
ALTER TABLE Comprehensive_MajorPlanApproval
ADD CONSTRAINT DF_Comprehensive_MajorPlanApproval_TrainPersonNum DEFAULT 0 FOR TrainPersonNum;
go
ALTER TABLE Solution_LargerHazard ALTER COLUMN Address nvarchar(500);
go