6 lines
		
	
	
		
			341 B
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			341 B
		
	
	
	
		
			MySQL
		
	
	
	
|  | 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
 |