Time : 11:27:34 SQLSTATE[42S22]: Column not found: 1054 Unknown column 'status' in 'where clause' Raw SQL : SELECT * from rt_booking_on_the_go where booking_app_id = ? and cancellation_time IS NULL and status != 'Paid By Customer' Time : 05:04:58 SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'ifsc_code' cannot be null Raw SQL : INSERT INTO rt_provider_bank (provider_id, name_in_bank, ifsc_code, account_number, fund_account_id) VALUES (?,?,?,?,?)