INSERT INTO rentedcars(`car_id`,`booking_date`, `Name`,
    `rent_start_date`,`charge_type`,`pickup`,`Destination`,`PaymentStatus`,`hotel_name`,`user_id`,`voucher_number`,`status`,`appuser`,`return_status`,`bookingsource`,`customer_hotel`,`customer_room`,`customer_flight`,`comments`,`fare`,`total_amount`
    ) 
    VALUES(1,'2025-09-25 16:35:05','Ali',
    '2025-09-25 16:35:05','trip','Deira','Airport Terminal 1','By Cash','ABC Hotel','1','','Pending','647','NR','Admin','','','','        From airport',200,200)