背景 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();

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2021-07-14
  • 2021-08-19
  • 2022-12-23
  • 2021-04-29
  • 2021-12-13
  • 2021-10-07
  • 2022-02-16
相关资源
相似解决方案