PG Error on rebuild - column "token" of relation "email_tokens" does not exist

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';"
1 Like