Add a column to store the resolution where I/SigI equals 2. ``` ALTER TABLE AutoProcScalingStatistics ADD resIOverSigI2 float COMMENT 'Resolution where I/Sigma(I) equals 2';``` ```