fix:默认值
This commit is contained in:
		
							parent
							
								
									8412258cb3
								
							
						
					
					
						commit
						2d5e6785f1
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue