using decimal instead of float for mysql cost table.
This commit is contained in:
		
							parent
							
								
									1e2c987cc7
								
							
						
					
					
						commit
						1edb9fdc8d
					
				@ -14,7 +14,7 @@ CREATE  TABLE IF NOT EXISTS `ec2cc`.`costs` (
 | 
				
			|||||||
  `platform` VARCHAR(7) NOT NULL ,
 | 
					  `platform` VARCHAR(7) NOT NULL ,
 | 
				
			||||||
  `instance_type` VARCHAR(13) NOT NULL ,
 | 
					  `instance_type` VARCHAR(13) NOT NULL ,
 | 
				
			||||||
  `status` VARCHAR(7) NOT NULL ,
 | 
					  `status` VARCHAR(7) NOT NULL ,
 | 
				
			||||||
  `cost` FLOAT NOT NULL ,
 | 
					  `cost` DECIMAL(10,4) NOT NULL ,
 | 
				
			||||||
  `name` VARCHAR(40) NULL ,
 | 
					  `name` VARCHAR(40) NULL ,
 | 
				
			||||||
  `autoscalinggroup` VARCHAR(40) NULL ,
 | 
					  `autoscalinggroup` VARCHAR(40) NULL ,
 | 
				
			||||||
  `date` DATETIME NOT NULL )
 | 
					  `date` DATETIME NOT NULL )
 | 
				
			||||||
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user