\\192.168.1.120\www\html\mod\app\Http\Controllers\Admin\CronController.php
\\192.168.1.120\www\html\mod\routes\web.php
\\192.168.1.120\www\html\mod\resources\views\layouts\app.blade.php
sementype set
\\192.168.1.120\www\html\mod\resources\views\svcsengaged\svcs_engaged_form.blade.php
\\192.168.1.120\www\html\mod\resources\views\cattlebreed\cattlebreed_form.blade.php
\\192.168.1.120\www\html\mod\app\Http\Controllers\Admin\ServiceEngagedController.php
\\192.168.1.120\www\html\mod\app\Http\Requests\ServiceEngagedRequest.php
ALTER TABLE `t05_02aitech_bookings` CHANGE `de_rating` `de_rating` CHAR(1) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0' COMMENT 'default :0 - not rated. , 1 - Excellent, 2 - Satisfactory , 9- Unsatisfactory';
ALTER TABLE `t05_02aitech_bookings` CHANGE `ait_rating` `ait_rating` CHAR(1) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '0' COMMENT 'default :0 - not rated. , 1 - Excellent, 2 - Satisfactory , 9- Unsatisfactory';
UPDATE `t05_02aitech_bookings` SET `de_rating`= 0 WHERE `de_rating` ='';