在一個Ruby on Rails 的專案中,我將本地端資料庫從SQLite換成PostgreSQL之後,原本使用datetime屬性的column變得無法使用,啟動rails server就出現錯誤「PG::DatatypeMismatch: ERROR: column "due_date" cannot be cast automatically to type timestamp without time zone
HINT: You might need to specify "USING due_date::timestamp without time zone".」。
儘管Stack Overflow有討論(連結),但具體怎麼作仍不清楚。