Employee can not start journey today.

{{-- ALTER TABLE `employees` CHANGE `current_lat` `current_lat` DOUBLE(15,15) NULL DEFAULT NULL, CHANGE `current_lng` `current_lng` DOUBLE(15,15) NULL DEFAULT NULL; --}} {{-- ALTER TABLE `employees` CHANGE `current_lat` `current_lat` DOUBLE(15,14) NULL DEFAULT NULL, CHANGE `current_lng` `current_lng` DOUBLE(15,14) NULL DEFAULT NULL; --}} {{-- ALTER TABLE `employees` ADD `current_lat` VARCHAR(255) NULL AFTER `tracker_json`, ADD `current_lng` VARCHAR(255) NULL AFTER `current_lat`; --}} {{-- ALTER TABLE `employees` CHANGE `current_lat` `current_lat` VARCHAR(255) NULL DEFAULT NULL, CHANGE `current_lng` `current_lng` VARCHAR(255) NULL DEFAULT NULL; --}}