4 lines
		
	
	
		
			150 B
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			150 B
		
	
	
	
		
			MySQL
		
	
	
	
| 
								 | 
							
								alter table [dbo].[Information_EPSummaryReport] add Quarter int null
							 | 
						||
| 
								 | 
							
								GO
							 | 
						||
| 
								 | 
							
								alter table [dbo].[InformationProject_EPSummaryReport] add Quarter int null
							 | 
						||
| 
								 | 
							
								GO
							 |