This is the error mesaage I get when I try to import the csv
I have tried to change the date style of the date columns before importing the data, but I also get another error message:
ALTER TABLE customers
ALTER COLUMN date_of_booking TYPE date USING date::date DateStyle('DMY')
ALTER COLUMN check_in_date TYPE date USING date::date DateStyle('DMY')
ALTER COLUMN check_out_date TYPE date USING date::date DateStyle('DMY');