6 lines
		
	
	
		
			341 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			341 B
		
	
	
	
		
			Transact-SQL
		
	
	
	
| alter table [dbo].[DriverRun_DriverRunPlan] add EstimatedInsuredPersonNum int null
 | |
| alter table [dbo].[DriverRun_DriverRunPlan] add GuaranteedOperationPeriod int null
 | |
| alter table [dbo].[DriverRun_DriverRunPlan] add TotalGuaranteedOperationDays int null
 | |
| GO
 | |
| alter table [dbo].[DriverPrepare_SchemePlanItem] add SolutionType nvarchar(50) null
 | |
| GO |