ALTER TABLE vn.ledgerConfig ADD maxTolerance decimal(10,2) NOT NULL; UPDATE vn.ledgerConfig SET maxTolerance=0.05;