ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geometry_columns" do

Posted chzhzh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geometry_columns" do相关的知识,希望对你有一定的参考价值。

背景 postgresql 与postgis

ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR:  relation "geometry_columns" does not exist

确认是否自己在开发项目下数据库已扩展postgre

$sudo -u postgres psql

$\l

$\c dbname

$ SELECT postgis_full_version();

以上是关于ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "geometry_columns" do的主要内容,如果未能解决你的问题,请参考以下文章