time with time zone からPostgres database に呼び出さend_dateれたテーブルで呼び出された列を変更する際に問題があります。次のコードを使用してみました。key_requesttimestamp
alter table key_request alter column end_date type timestamp with time zone using end_date::timestamp with time zone
次のエラーが発生し続けます。
ERROR: cannot cast type time with time zone to timestamp with time zone
このクエリを機能するように調整する方法について何か考えはありますか?