ALTER TABLE `baddress`
  ADD COLUMN `latitude` DECIMAL(10, 6) DEFAULT NULL,
  ADD COLUMN `longitude` DECIMAL(10, 6) DEFAULT NULL;
