Raw Select Laravel - 'ST_Transform' is not a recognized built-in function name

前端 未结 0 1593
予麋鹿
予麋鹿 2021-02-20 06:01

I am try do run this PostGIS query in Laravel inside a model without success:

DB::table(\'public.\' . $this->getTable())
        ->selectRaw(\'ST_AsGeoJSON(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题