标签: postgresql phoenix-framework ecto
我正在尝试使用guardian_db来管理jwts。
guardian_db
但是,当我尝试迁移guardian_db模式时,它会触发错误(undefined_object) type "jsonb" does not exist。
(undefined_object) type "jsonb" does not exist
我在github ecto存储库https://github.com/elixir-ecto/ecto/issues/1078上发现了类似的问题。它说Postgres 9.4支持jsonb。
我正在使用Postgres 9.6.1,但仍然遇到此问题。
有什么建议吗?