Hello guys my code locally working fine but when i move to heroku server its give me error like this
A Database Error Occurred Error Number: ERROR: relation "booking" does not exist LINE 1: INSERT INTO "booking" ("pickUpPoint", "dropPoint", "bokingDa... ^ INSERT INTO "booking" ("pickUpPoint", "dropPoint", "bokingDate", "vehical", "address", "userName", "mobile", "creteadAt", "updatedAt") VALUES ('Vasai West', 'Ghatkoper East', '2015-10-11 20:46:38', 'BMW', 'Vasai West', 'Mohit Jain', '8446704955', '2015-10-11 15:26:32', '2015-10-11 15:26:32') Filename: models/BookingModel.php Line Number: 16 but when i copy this query and run directly on my postgre its working fine i don't understand what's the problem please help me
أكثر...
A Database Error Occurred Error Number: ERROR: relation "booking" does not exist LINE 1: INSERT INTO "booking" ("pickUpPoint", "dropPoint", "bokingDa... ^ INSERT INTO "booking" ("pickUpPoint", "dropPoint", "bokingDate", "vehical", "address", "userName", "mobile", "creteadAt", "updatedAt") VALUES ('Vasai West', 'Ghatkoper East', '2015-10-11 20:46:38', 'BMW', 'Vasai West', 'Mohit Jain', '8446704955', '2015-10-11 15:26:32', '2015-10-11 15:26:32') Filename: models/BookingModel.php Line Number: 16 but when i copy this query and run directly on my postgre its working fine i don't understand what's the problem please help me
أكثر...