Alternativ folgendes in phpMyAdmin ausführen:

Code:
ALTER  TABLE  `vms_kontodaten`  CHANGE  `kontostand`  `kontostand` DOUBLE( 100, 2  )  NOT  NULL DEFAULT  '100'
Die 100 hinten durch den gewünschten Kontostand ersetzen