재구축 시 PG 오류 - 관계 "email_tokens"에 열 "token"이(가) 존재하지 않음

Please can someone with this issue try running this on the rails console, and share your result:

./launcher enter app
rails c

DB.query "SELECT table_schema, table_name, column_name FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name='email_tokens' AND column_name='token';"