Postgrex Error 42P01 relation "characters" does not exist

It looks like you have a typo here. This says “charaters” but should be “characters”.

In the future, you can also psql your_database_here and then type \l to have it list the tables that exist, which can help make it easier to see typos like this.

3 Likes