I want to cast a specific column in my PostgreSQL database from character_varying type to type date. phpPgAdmin gives me the following error:
ERROR: column "date" cannot be cast to type date
In Statement: ALTER TABLE "public"."tablename" ALTER COLUMN "date" TYPE date
What should I do ? Thanks