# PG Fout bij herbouwen - kolom "token" van relatie "email\_tokens" bestaat niet

**URL:** https://meta.discourse.org/t/pg-error-on-rebuild-column-token-of-relation-email-tokens-does-not-exist/211934
**Category:** Self-hosting
**Created:** [13 december 2021 om 09:03 UTC](https://meta.discourse.org/t/pg-error-on-rebuild-column-token-of-relation-email-tokens-does-not-exist/211934 "2021-12-13T09:03:41Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [13 december 2021 om 16:08 UTC](https://meta.discourse.org/t/pg-error-on-rebuild-column-token-of-relation-email-tokens-does-not-exist/211934/6 "2021-12-13T16:08:10Z")

</div>

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

```bash
./launcher enter app
rails c

```

…

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

```

---

_[View the full topic](https://meta.discourse.org/t/pg-error-on-rebuild-column-token-of-relation-email-tokens-does-not-exist/211934)._
